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