15 references to GetClipBox
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.GDI32.dll.g.cs (2)
212 /// <inheritdoc cref="GetClipBox(winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.RECT*)"/> 218 winmdroot.Graphics.Gdi.GDI_REGION_TYPE __result = PInvoke.GetClipBox(hdc, lprectLocal);
System.Windows.Forms.Primitives.Tests (13)
System\Windows\Forms\DeviceContextHdcScopeTests.cs (13)
34GDI_REGION_TYPE regionType = PInvoke.GetClipBox(scope, &clipRect); 49GDI_REGION_TYPE regionType = PInvoke.GetClipBox(scope, &clipRect); 64GDI_REGION_TYPE regionType = PInvoke.GetClipBox(scope, &clipRect); 79GDI_REGION_TYPE regionType = PInvoke.GetClipBox(scope, &clipRect); 95GDI_REGION_TYPE originalRegionType = PInvoke.GetClipBox(hdc, &originalClipRect); 117GDI_REGION_TYPE regionType = PInvoke.GetClipBox(scope, &clipRect); 130PInvoke.GetClipBox(hdc, &currentClipRect); 144GDI_REGION_TYPE regionType = PInvoke.GetClipBox(scope, &clipRect); 154PInvoke.GetClipBox(hdc, &currentClipRect); 167GDI_REGION_TYPE regionType = PInvoke.GetClipBox(scope, &clipRect); 177PInvoke.GetClipBox(hdc, &currentClipRect); 190GDI_REGION_TYPE regionType = PInvoke.GetClipBox(scope, &clipRect); 200PInvoke.GetClipBox(hdc, &currentClipRect);