5 references to SetWindowRgn
System.Windows.Forms (5)
System\Windows\Forms\Components\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
380
if (PInvoke.
SetWindowRgn
(this, windowRegionHandle, fRedraw: true) != 0)
System\Windows\Forms\Control.cs (2)
3015
PInvoke.
SetWindowRgn
(this, default, PInvoke.IsWindowVisible(this));
3023
if (PInvoke.
SetWindowRgn
(this, regionHandle, PInvoke.IsWindowVisible(this)) != 0)
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
685
if (PInvoke.
SetWindowRgn
(
System\Windows\Forms\MDI\MDIClient.cs (1)
303
if (PInvoke.
SetWindowRgn
(this, rgn1, true) == 0)