3 references to FloralWhite
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
510
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
FloralWhite
);
System\Windows\Media\Knowncolors.cs (2)
675
return KnownColor.
FloralWhite
;
1336
return Color.FromUInt32((uint)KnownColor.
FloralWhite
);