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