3 references to ProgressValueProperty
PresentationFramework (3)
System\Windows\Shell\TaskbarItemInfo.cs (2)
93get { return (double)GetValue(ProgressValueProperty); } 94set { SetValue(ProgressValueProperty, value); }
System\Windows\Window.cs (1)
744else if (dp == TaskbarItemInfo.ProgressValueProperty)