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