3 references to GhostWhite
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
559return KnownColors.SolidColorBrushFromUint((uint)KnownColor.GhostWhite);
System\Windows\Media\Knowncolors.cs (2)
540if (colorUpper.Equals("GHOSTWHITE")) return KnownColor.GhostWhite; 1236return Color.FromUInt32((uint)KnownColor.GhostWhite);