3 references to ProgressStateProperty
PresentationFramework (3)
src\Framework\System\Windows\Shell\TaskbarItemInfo.cs (2)
50
get { return (TaskbarItemProgressState)GetValue(
ProgressStateProperty
); }
51
set { SetValue(
ProgressStateProperty
, value); }
src\Framework\System\Windows\Window.cs (1)
773
if (dp == TaskbarItemInfo.
ProgressStateProperty
)