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