5 references to ShowActivated
PresentationFramework (5)
System\Windows\Window.cs (5)
5126if (ShowActivated || IsActive) 5147if (ShowActivated) 5527nCmd = ShowActivated ? NativeMethods.SW_SHOWMINIMIZED : NativeMethods.SW_SHOWMINNOACTIVE; 5530nCmd = ShowActivated ? NativeMethods.SW_SHOW : NativeMethods.SW_SHOWNA; 6874if (!_inTrustedSubWindow && WindowState == WindowState.Maximized && !ShowActivated)