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