2 references to CreateRectRgn
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ScreenDcCache.cs (1)
102
HRGN hrgn = PInvoke.
CreateRectRgn
(0, 0, 0, 0);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1171
HRGN hrgnActual = PInvoke.
CreateRectRgn
(0, 0, 0, 0);