5 references to SetWindowRgn
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
2808
PInvoke.
SetWindowRgn
(this, default, PInvoke.IsWindowVisible(this));
2816
if (PInvoke.
SetWindowRgn
(this, regionHandle, PInvoke.IsWindowVisible(this)) != 0)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
378
if (PInvoke.
SetWindowRgn
(this, windowRegionHandle, fRedraw: true) != 0)
System\Windows\Forms\MDI\MDIClient.cs (1)
305
if (PInvoke.
SetWindowRgn
(this, rgn1, true) == 0)
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.SetWindowRgn.cs (1)
12
int result =
SetWindowRgn
(hwnd.Handle, hrgn, fRedraw);