3 references to White
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
1282
return new Color(KnownColor.
White
);
commonui\System\Drawing\KnownColorTable.cs (2)
204
values[(int)KnownColor.
White
] = unchecked((int)0xFFFFFFFF);
395
values[(int)KnownColor.
White
] = "White";