3 references to GreenYellow
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
614
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
GreenYellow
);
System\Windows\Media\Knowncolors.cs (2)
573
if (colorUpper.Equals("GREENYELLOW")) return KnownColor.
GreenYellow
;
1291
return Color.FromUInt32((uint)KnownColor.
GreenYellow
);