3 references to White
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1549
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
White
);
System\Windows\Media\Knowncolors.cs (2)
363
if (colorUpper.Equals("WHITE")) return KnownColor.
White
;
2226
return Color.FromUInt32((uint)KnownColor.
White
);