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