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