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