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