1 write to pictureBoxPublisher
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
189this.pictureBoxPublisher = new System.Windows.Forms.PictureBox();
13 references to pictureBoxPublisher
System.Windows.Forms (13)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (13)
52this.pictureBoxPublisher.AccessibleName = this.pictureBoxPublisher.AccessibleDescription; 53this.pictureBoxPublisher.AccessibleRole = AccessibleRole.Graphic; 79this.tableLayoutPanel.Controls.SetChildIndex(this.pictureBoxPublisher, 0); 109LoadWarningBitmap((publisherName == null) ? TrustManagerWarningLevel.Red : TrustManagerWarningLevel.Green, this.pictureBoxPublisher); 203((System.ComponentModel.ISupportInitialize)(this.pictureBoxPublisher)).BeginInit(); 215this.tableLayoutPanel.Controls.Add(this.pictureBoxPublisher, 0, 0); 242resources.ApplyResources(this.pictureBoxPublisher, "pictureBoxPublisher"); 243this.pictureBoxPublisher.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0); 244this.pictureBoxPublisher.Name = "pictureBoxPublisher"; 245this.tableLayoutPanel.SetRowSpan(this.pictureBoxPublisher, 2); 246this.pictureBoxPublisher.TabStop = false; 345((System.ComponentModel.ISupportInitialize)(this.pictureBoxPublisher)).EndInit();