1 write to pictureBoxMachineAccess
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
190
this.
pictureBoxMachineAccess
= new System.Windows.Forms.PictureBox();
13 references to pictureBoxMachineAccess
System.Windows.Forms (13)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (13)
58
this.
pictureBoxMachineAccess
.AccessibleName = this.
pictureBoxMachineAccess
.AccessibleDescription;
59
this.
pictureBoxMachineAccess
.AccessibleRole = AccessibleRole.Graphic;
82
this.tableLayoutPanel.Controls.SetChildIndex(this.
pictureBoxMachineAccess
, 3);
110
LoadWarningBitmap(((options & (TrustManagerPromptOptions.RequiresPermissions | TrustManagerPromptOptions.WillHaveFullTrust)) != 0) ? TrustManagerWarningLevel.Red : TrustManagerWarningLevel.Green, this.
pictureBoxMachineAccess
);
204
((System.ComponentModel.ISupportInitialize)(this.
pictureBoxMachineAccess
)).BeginInit();
216
this.tableLayoutPanel.Controls.Add(this.
pictureBoxMachineAccess
, 0, 2);
250
resources.ApplyResources(this.
pictureBoxMachineAccess
, "pictureBoxMachineAccess");
251
this.
pictureBoxMachineAccess
.Margin = new System.Windows.Forms.Padding(0, 10, 3, 0);
252
this.
pictureBoxMachineAccess
.Name = "pictureBoxMachineAccess";
253
this.tableLayoutPanel.SetRowSpan(this.
pictureBoxMachineAccess
, 2);
254
this.
pictureBoxMachineAccess
.TabStop = false;
346
((System.ComponentModel.ISupportInitialize)(this.
pictureBoxMachineAccess
)).EndInit();