7 references to GetRgnBox
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3783
PInvoke.
GetRgnBox
(windowRegion, &updateRegionBoundingRect);
System\Windows\Forms\Rendering\DCMapping.cs (1)
70
originalRegionType = 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)
31
type = PInvoke.
GetRgnBox
(test, &rect2);
49
type = PInvoke.
GetRgnBox
(regionScope, &rect);
Windows\Win32\RegionTests.cs (1)
59
GDI_REGION_TYPE type = PInvoke.
GetRgnBox
(retrievedRegion, &rect);