3 references to DarkOrange
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
355
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
DarkOrange
);
System\Windows\Media\Knowncolors.cs (2)
614
return KnownColor.
DarkOrange
;
1180
return Color.FromUInt32((uint)KnownColor.
DarkOrange
);