6 references to GetPaletteEntries
System.Drawing.Common (2)
System\Drawing\BufferedGraphicsContext.cs (2)
277entries = PInvokeCore.GetPaletteEntries(halftonePalette, 0, (uint)colorCount, paletteEntries); 281entries = PInvokeCore.GetPaletteEntries(hpalette, 0, (uint)colorCount, paletteEntries);
System.Private.Windows.Core (4)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (2)
503 /// <inheritdoc cref="GetPaletteEntries(winmdroot.Graphics.Gdi.HPALETTE, uint, uint, winmdroot.Graphics.Gdi.PALETTEENTRY*)"/> 509 uint __result = PInvokeCore.GetPaletteEntries(hpal, iStart, (uint )pPalEntries.Length, pPalEntriesLocal);
Windows\Win32\PInvokeCore.GetPaletteEntries.cs (2)
8/// <inheritdoc cref="GetPaletteEntries(HPALETTE, uint, uint, PALETTEENTRY*)"/> 13return GetPaletteEntries(hpal, 0, (uint)entries.Length, entry);