3 references to CornflowerBlue
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
231return KnownColors.SolidColorBrushFromUint((uint)KnownColor.CornflowerBlue);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
645if (colorUpper.Equals("CORNFLOWERBLUE")) return KnownColor.CornflowerBlue; 910return Color.FromUInt32((uint)KnownColor.CornflowerBlue);