3 writes to _inTrustedSubWindow
PresentationFramework (3)
System\Windows\Window.cs (3)
129_inTrustedSubWindow = false; 152_inTrustedSubWindow = true; 156_inTrustedSubWindow = false;
2 references to _inTrustedSubWindow
PresentationFramework (2)
System\Windows\Window.cs (2)
3044if (!_inTrustedSubWindow) 6992if (!_inTrustedSubWindow && WindowState == WindowState.Maximized && !ShowActivated)