3 writes to _inTrustedSubWindow
PresentationFramework (3)
System\Windows\Window.cs (3)
125_inTrustedSubWindow = false; 148_inTrustedSubWindow = true; 152_inTrustedSubWindow = false;
2 references to _inTrustedSubWindow
PresentationFramework (2)
System\Windows\Window.cs (2)
2926if (!_inTrustedSubWindow) 6874if (!_inTrustedSubWindow && WindowState == WindowState.Maximized && !ShowActivated)