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