3 references to EnableWindow
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (1)
769
PInvoke.
EnableWindow
(CurrentForm, modalEnabled);
System\Windows\Forms\Control.cs (1)
6841
PInvoke.
EnableWindow
(this, Enabled);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.EnableWindow.cs (1)
12
BOOL result =
EnableWindow
(hWnd.Handle, bEnable);