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