3 references to Black
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
121
return new Color(KnownColor.
Black
);
commonui\System\Drawing\KnownColorTable.cs (2)
75
values[(int)KnownColor.
Black
] = unchecked((int)0xFF000000);
266
values[(int)KnownColor.
Black
] = "Black";