3 references to GhostWhite
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
561return KnownColors.SolidColorBrushFromUint((uint)KnownColor.GhostWhite);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
544if (colorUpper.Equals("GHOSTWHITE")) return KnownColor.GhostWhite; 1240return Color.FromUInt32((uint)KnownColor.GhostWhite);