3 references to RGNDATA
System.Private.Windows.Core (3)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (1)
540 internal static extern unsafe uint GetRegionData(winmdroot.Graphics.Gdi.HRGN hrgn, uint nCount, [Optional] winmdroot.Graphics.Gdi.RGNDATA* lpRgnData);
Windows.Win32.RGNDATA.g.cs (1)
38 int v = sizeof(RGNDATA);
Windows\Win32\Graphics\Gdi\HRGN.cs (1)
20if (PInvokeCore.GetRegionData(this, regionDataSize, (RGNDATA*)b) != regionDataSize)