2 references to ShowInTaskbarProperty
PresentationFramework (2)
System\Windows\Window.cs (2)
1168
return (bool) GetValue(
ShowInTaskbarProperty
);
1178
SetValue(
ShowInTaskbarProperty
, BooleanBoxes.Box(value));