3 references to ProgressStateProperty
PresentationFramework (3)
System\Windows\Shell\TaskbarItemInfo.cs (2)
55
get { return (TaskbarItemProgressState)GetValue(
ProgressStateProperty
); }
56
set { SetValue(
ProgressStateProperty
, value); }
System\Windows\Window.cs (1)
762
if (dp == TaskbarItemInfo.
ProgressStateProperty
)