3 references to Yellow
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1573return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Yellow);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
402if (colorUpper.Equals("YELLOW")) return KnownColor.Yellow; 2252return Color.FromUInt32((uint)KnownColor.Yellow);