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