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