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