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