3 references to DodgerBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
493return KnownColors.SolidColorBrushFromUint((uint)KnownColor.DodgerBlue);
System\Windows\Media\Knowncolors.cs (2)
537if (colorUpper.Equals("DODGERBLUE")) return KnownColor.DodgerBlue; 1170return Color.FromUInt32((uint)KnownColor.DodgerBlue);