3 references to Transparent
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1507return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Transparent);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
591if (colorUpper.Equals("TRANSPARENT")) return KnownColor.Transparent; 2186return Color.FromUInt32((uint)KnownColor.Transparent);