1 write to pictureBoxInstallation
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
191this.pictureBoxInstallation = new System.Windows.Forms.PictureBox();
13 references to pictureBoxInstallation
System.Windows.Forms (13)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (13)
64this.pictureBoxInstallation.AccessibleName = this.pictureBoxInstallation.AccessibleDescription; 65this.pictureBoxInstallation.AccessibleRole = AccessibleRole.Graphic; 85this.tableLayoutPanel.Controls.SetChildIndex(this.pictureBoxInstallation, 6); 111LoadWarningBitmap(((options & TrustManagerPromptOptions.AddsShortcut) != 0) ? TrustManagerWarningLevel.Yellow : TrustManagerWarningLevel.Green, this.pictureBoxInstallation); 205((System.ComponentModel.ISupportInitialize)(this.pictureBoxInstallation)).BeginInit(); 217this.tableLayoutPanel.Controls.Add(this.pictureBoxInstallation, 0, 4); 258resources.ApplyResources(this.pictureBoxInstallation, "pictureBoxInstallation"); 259this.pictureBoxInstallation.Margin = new System.Windows.Forms.Padding(0, 10, 3, 0); 260this.pictureBoxInstallation.Name = "pictureBoxInstallation"; 261this.tableLayoutPanel.SetRowSpan(this.pictureBoxInstallation, 2); 262this.pictureBoxInstallation.TabStop = false; 347((System.ComponentModel.ISupportInitialize)(this.pictureBoxInstallation)).EndInit();