7 references to EnableWindow
System.Windows.Forms (3)
System\Windows\Forms\Application.ThreadContext.cs (2)
755
PInvoke.
EnableWindow
(hwndOwner, false);
803
PInvoke.
EnableWindow
(hwndOwner, true);
System\Windows\Forms\Application.ThreadWindows.cs (1)
70
PInvoke.
EnableWindow
(hwnd, enable);
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (2)
101
PInvoke.
EnableWindow
(hwndCtl, false);
108
PInvoke.
EnableWindow
(hwndCtl, false);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.EnableWindow.cs (2)
8
/// <inheritdoc cref="
EnableWindow
(HWND, BOOL)"/>
12
BOOL result =
EnableWindow
(hWnd.Handle, bEnable);