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)
339
return KnownColor.
Snow
;
2248
return Color.FromUInt32((uint)KnownColor.
Snow
);