2 writes to TransparencyKey
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
5629TransparencyKey = Color.Empty;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
566base.TransparencyKey = value;
5 references to TransparencyKey
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (4)
2102formState[FormStateLayered] = (this.TransparencyKey != Color.Empty) ? 1 : 0; 6305/// <para>Indicates whether the <see cref='System.Windows.Forms.Form.TransparencyKey'/> property should be 6310return !TransparencyKey.Equals(Color.Empty); 6454Color transparencyKey = TransparencyKey;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
563return base.TransparencyKey;