4 references to IsWindowEnabled
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (1)
753if (PInvoke.IsWindowEnabled(hwndOwner))
System\Windows\Forms\Application.ThreadWindows.cs (1)
33if (PInvoke.IsWindowVisible(hwnd) && PInvoke.IsWindowEnabled(hwnd))
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.IsWindowEnabled.cs (2)
8/// <inheritdoc cref="IsWindowEnabled(HWND)"/> 11BOOL result = IsWindowEnabled(hWnd.Handle);