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