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