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