3 writes to _inTrustedSubWindow
PresentationFramework (3)
System\Windows\Window.cs (3)
111_inTrustedSubWindow = false; 134_inTrustedSubWindow = true; 138_inTrustedSubWindow = false;
2 references to _inTrustedSubWindow
PresentationFramework (2)
System\Windows\Window.cs (2)
3017if (!_inTrustedSubWindow) 6958if (!_inTrustedSubWindow && WindowState == WindowState.Maximized && !ShowActivated)