5 references to ShowActivated
PresentationFramework (5)
src\Framework\System\Windows\Window.cs (5)
5418
if (
ShowActivated
|| IsActive)
5439
if (
ShowActivated
)
5864
nCmd =
ShowActivated
? NativeMethods.SW_SHOWMINIMIZED : NativeMethods.SW_SHOWMINNOACTIVE;
5867
nCmd =
ShowActivated
? NativeMethods.SW_SHOW : NativeMethods.SW_SHOWNA;
7316
if (!_inTrustedSubWindow && WindowState == WindowState.Maximized && !
ShowActivated
)