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