3 references to WhiteSmoke
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1560
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
WhiteSmoke
);
System\Windows\Media\Knowncolors.cs (2)
557
if (colorUpper.Equals("WHITESMOKE")) return KnownColor.
WhiteSmoke
;
2237
return Color.FromUInt32((uint)KnownColor.
WhiteSmoke
);