3 references to Wheat
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1540return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Wheat);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
366if (colorUpper.Equals("WHEAT")) return KnownColor.Wheat; 2219return Color.FromUInt32((uint)KnownColor.Wheat);