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