7 references to GetRgnBox
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3783PInvoke.GetRgnBox(windowRegion, &updateRegionBoundingRect);
System\Windows\Forms\Rendering\DCMapping.cs (1)
70originalRegionType = PInvoke.GetRgnBox(originalRegion, &originalClipRect);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.GDI32.dll.g.cs (2)
314 /// <inheritdoc cref="GetRgnBox(winmdroot.Graphics.Gdi.HRGN, winmdroot.Foundation.RECT*)"/> 320 winmdroot.Graphics.Gdi.GDI_REGION_TYPE __result = PInvoke.GetRgnBox(hrgn, lprcLocal);
System.Windows.Forms.Primitives.Tests (3)
System\Windows\Forms\DeviceContextScopeTests.cs (2)
31type = PInvoke.GetRgnBox(test, &rect2); 49type = PInvoke.GetRgnBox(regionScope, &rect);
Windows\Win32\RegionTests.cs (1)
59GDI_REGION_TYPE type = PInvoke.GetRgnBox(retrievedRegion, &rect);