2 references to ShowInTaskbarProperty
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
1210
return (bool) GetValue(
ShowInTaskbarProperty
);
1220
SetValue(
ShowInTaskbarProperty
, BooleanBoxes.Box(value));