3 references to White
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1551return KnownColors.SolidColorBrushFromUint((uint)KnownColor.White);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
367if (colorUpper.Equals("WHITE")) return KnownColor.White; 2230return Color.FromUInt32((uint)KnownColor.White);