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