3 references to DescriptionProperty
PresentationFramework (3)
System\Windows\Shell\TaskbarItemInfo.cs (2)
153get { return (string)GetValue(DescriptionProperty); } 154set { SetValue(DescriptionProperty, value); }
System\Windows\Window.cs (1)
702else if (dp == TaskbarItemInfo.DescriptionProperty)