3 references to White
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1544
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
White
);
System\Windows\Media\Knowncolors.cs (2)
391
return KnownColor.
White
;
2370
return Color.FromUInt32((uint)KnownColor.
White
);