3 references to NavajoWhite
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1071
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
NavajoWhite
);
System\Windows\Media\Knowncolors.cs (2)
691
return KnownColor.
NavajoWhite
;
1897
return Color.FromUInt32((uint)KnownColor.
NavajoWhite
);