7 references to IsActive
PresentationFramework (4)
System\Windows\Controls\MenuItem.cs (1)
2521&& (Window.GetWindow(this)?.IsActive ?? true))
System\Windows\Window.cs (3)
2960if ((windowActivated == true) && (IsActive == false)) 2965else if ((windowActivated == false) && (IsActive == true)) 5126if (ShowActivated || IsActive)
WindowsFormsIntegration (3)
System\Windows\Integration\ApplicationInterop.cs (2)
265if (_window == null || !_window.IsActive) 410if (rootWindow.IsActive)
System\Windows\Integration\WindowsFormsHost.cs (1)
1017if (presentationSourceWindow == null || !presentationSourceWindow.IsActive)