3 references to Transparent
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1505return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Transparent);
System\Windows\Media\Knowncolors.cs (2)
587if (colorUpper.Equals("TRANSPARENT")) return KnownColor.Transparent; 2182return Color.FromUInt32((uint)KnownColor.Transparent);