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