3 references to FloralWhite
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
515return KnownColors.SolidColorBrushFromUint((uint)KnownColor.FloralWhite);
System\Windows\Media\Knowncolors.cs (2)
569if (colorUpper.Equals("FLORALWHITE")) return KnownColor.FloralWhite; 1192return Color.FromUInt32((uint)KnownColor.FloralWhite);