We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1954f94 commit 13d86edCopy full SHA for 13d86ed
samples/snippets/csharp/VS_Snippets_Wpf/DataTemplatingIntro_snip/CSharp/Window1.xaml
@@ -89,7 +89,7 @@
89
</ItemsControl.ItemsPanel>
90
<!--Use the ItemTemplate to set a DataTemplate to define
91
the visualization of the data objects. This DataTemplate
92
- specifies that each data object appears with the Proriity
+ specifies that each data object appears with the Priority
93
and TaskName on top of a silver ellipse.-->
94
<ItemsControl.ItemTemplate>
95
<DataTemplate>
@@ -169,4 +169,4 @@
169
<!--<SnippetUI2>-->
170
</StackPanel>
171
</Window>
172
-<!--</SnippetUI2>-->
+<!--</SnippetUI2>-->
0 commit comments