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