4 references to GetRgnBox
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3770PInvoke.GetRgnBox(windowRegion, &updateRegionBoundingRect);
System\Windows\Forms\Rendering\DCMapping.cs (1)
70originalRegionType = PInvoke.GetRgnBox(originalRegion, &originalClipRect);
System.Windows.Forms.Primitives (2)
_generated\414\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);