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