3 references to Yellow
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1565return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Yellow);
System\Windows\Media\Knowncolors.cs (2)
428return KnownColor.Yellow; 2390return Color.FromUInt32((uint)KnownColor.Yellow);