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