3 references to DarkBlue
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
247
return new Color(KnownColor.
DarkBlue
);
commonui\System\Drawing\KnownColorTable.cs (2)
89
values[(int)KnownColor.
DarkBlue
] = unchecked((int)0xFF00008B);
280
values[(int)KnownColor.
DarkBlue
] = "DarkBlue";