3 references to Transparent
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1499return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Transparent);
System\Windows\Media\Knowncolors.cs (2)
700return KnownColor.Transparent; 2325return Color.FromUInt32((uint)KnownColor.Transparent);