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