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