3 references to Snow
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1422
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
Snow
);
System\Windows\Media\Knowncolors.cs (2)
330
return KnownColor.
Snow
;
2247
return Color.FromUInt32((uint)KnownColor.
Snow
);