3 references to Transparent
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
49return new Color(KnownColor.Transparent);
commonui\System\Drawing\KnownColorTable.cs (2)
67values[(int)KnownColor.Transparent] = 0x00FFFFFF; 258values[(int)KnownColor.Transparent] = "Transparent";