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