7 references to IsActive
PresentationFramework (4)
System\Windows\Controls\MenuItem.cs (1)
2505&& (Window.GetWindow(this)?.IsActive ?? true))
System\Windows\Window.cs (3)
3050if ((windowActivated) && (!IsActive)) 3055else if ((!windowActivated) && (IsActive)) 5208if (ShowActivated || IsActive)
WindowsFormsIntegration (3)
System\Windows\Integration\ApplicationInterop.cs (2)
262if (_window == null || !_window.IsActive) 407if (rootWindow.IsActive)
System\Windows\Integration\WindowsFormsHost.cs (1)
993if (presentationSourceWindow == null || !presentationSourceWindow.IsActive)