1 write to pictureBoxLocation
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
192
this.
pictureBoxLocation
= new System.Windows.Forms.PictureBox();
13 references to pictureBoxLocation
System.Windows.Forms (13)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (13)
70
this.
pictureBoxLocation
.AccessibleName = this.
pictureBoxLocation
.AccessibleDescription;
71
this.
pictureBoxLocation
.AccessibleRole = AccessibleRole.Graphic;
88
this.tableLayoutPanel.Controls.SetChildIndex(this.
pictureBoxLocation
, 9);
129
LoadWarningBitmap(locationWarningLevel, this.
pictureBoxLocation
);
206
((System.ComponentModel.ISupportInitialize)(this.
pictureBoxLocation
)).BeginInit();
218
this.tableLayoutPanel.Controls.Add(this.
pictureBoxLocation
, 0, 6);
266
resources.ApplyResources(this.
pictureBoxLocation
, "pictureBoxLocation");
267
this.
pictureBoxLocation
.Margin = new System.Windows.Forms.Padding(0, 10, 3, 0);
268
this.
pictureBoxLocation
.Name = "pictureBoxLocation";
269
this.tableLayoutPanel.SetRowSpan(this.
pictureBoxLocation
, 2);
270
this.
pictureBoxLocation
.TabStop = false;
348
((System.ComponentModel.ISupportInitialize)(this.
pictureBoxLocation
)).EndInit();