7 references to IsActive
PresentationFramework (4)
System\Windows\Controls\MenuItem.cs (1)
2513&& (Window.GetWindow(this)?.IsActive ?? true))
System\Windows\Window.cs (3)
3058if ((windowActivated == true) && (IsActive == false)) 3063else if ((windowActivated == false) && (IsActive == true)) 5225if (ShowActivated || IsActive)
WindowsFormsIntegration (3)
System\Windows\Integration\ApplicationInterop.cs (2)
263if (_window == null || !_window.IsActive) 408if (rootWindow.IsActive)
System\Windows\Integration\WindowsFormsHost.cs (1)
1012if (presentationSourceWindow == null || !presentationSourceWindow.IsActive)