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