3 references to GetSystemPaletteEntries
System.Windows.Forms (1)
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
143PInvoke.GetSystemPaletteEntries(hdcSrc, 0, (uint)colorEntryCount, (PALETTEENTRY*)ppal);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.GDI32.dll.g.cs (2)
353 /// <inheritdoc cref="GetSystemPaletteEntries(winmdroot.Graphics.Gdi.HDC, uint, uint, winmdroot.Graphics.Gdi.PALETTEENTRY*)"/> 359 uint __result = PInvoke.GetSystemPaletteEntries(hdc, iStart, (uint )pPalEntries.Length, pPalEntriesLocal);