3 references to GhostWhite
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
553return KnownColors.SolidColorBrushFromUint((uint)KnownColor.GhostWhite);
System\Windows\Media\Knowncolors.cs (2)
626return KnownColor.GhostWhite; 1378return Color.FromUInt32((uint)KnownColor.GhostWhite);