3 writes to _inTrustedSubWindow
PresentationFramework (3)
System\Windows\Window.cs (3)
110_inTrustedSubWindow = false; 133_inTrustedSubWindow = true; 137_inTrustedSubWindow = false;
2 references to _inTrustedSubWindow
PresentationFramework (2)
System\Windows\Window.cs (2)
3016if (!_inTrustedSubWindow) 6957if (!_inTrustedSubWindow && WindowState == WindowState.Maximized && !ShowActivated)