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