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