2 references to GetClipRgn
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ScreenDcCache.cs (1)
103
Debug.Assert(PInvoke.
GetClipRgn
(hdc, hrgn) == 0, "Should not have a clipping region");
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\RegionTests.cs (1)
24
int result = PInvoke.
GetClipRgn
(hdc, hregion);