3 references to Yellow
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1571return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Yellow);
System\Windows\Media\Knowncolors.cs (2)
398if (colorUpper.Equals("YELLOW")) return KnownColor.Yellow; 2248return Color.FromUInt32((uint)KnownColor.Yellow);