4 references to ColorValueTable
System.Drawing.Primitives (4)
System\Drawing\KnownColorTable.cs (4)
478
Debug.Assert(
ColorValueTable
.Length == ColorKindTable.Length);
480
ReadOnlySpan<uint> colorValueTable =
ColorValueTable
;
499
:
ColorValueTable
[(int)color];
518
? ColorTranslator.COLORREFToARGB(Interop.User32.GetSysColor((byte)
ColorValueTable
[(int)color]))