4 references to PropTransparencyKey
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
539
if (Properties.ContainsObject(
PropTransparencyKey
)) {
540
Properties.SetObject(
PropTransparencyKey
, Color.Empty);
2600
object key = Properties.GetObject(
PropTransparencyKey
);
2607
Properties.SetObject(
PropTransparencyKey
, value);