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