以下の x:Key 属性のマークアップ拡張機能が何をするのか、またどのようなマークアップ拡張機能なのかを理解しようとしています。
<Window x:Class="App1.Window1" xmlns:dxg="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<DataTemplate x:Key="{dxg:Example ResourceKey=Example}">
<dxg:TextEdit Text="123/>
</DataTemplate>
</Window>
ありがとう。