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