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