3 references to LightYellow
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
869return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightYellow);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
581if (colorUpper.Equals("LIGHTYELLOW")) return KnownColor.LightYellow; 1548return Color.FromUInt32((uint)KnownColor.LightYellow);