1 write to ShowActivated
Roslyn.VisualStudio.DiagnosticsWindow (1)
VenusMargin\ProjectionBufferMargin.xaml.cs (1)
58
ShowActivated
= true,
5 references to ShowActivated
PresentationFramework (5)
System\Windows\Window.cs (5)
5244
if (
ShowActivated
|| IsActive)
5265
if (
ShowActivated
)
5645
nCmd =
ShowActivated
? NativeMethods.SW_SHOWMINIMIZED : NativeMethods.SW_SHOWMINNOACTIVE;
5648
nCmd =
ShowActivated
? NativeMethods.SW_SHOW : NativeMethods.SW_SHOWNA;
6992
if (!_inTrustedSubWindow && WindowState == WindowState.Maximized && !
ShowActivated
)