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