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