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