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