3 references to FloralWhite
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
517return KnownColors.SolidColorBrushFromUint((uint)KnownColor.FloralWhite);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
573if (colorUpper.Equals("FLORALWHITE")) return KnownColor.FloralWhite; 1196return Color.FromUInt32((uint)KnownColor.FloralWhite);