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