1 write to pictureBoxQuestion
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
161this.pictureBoxQuestion = new System.Windows.Forms.PictureBox();
10 references to pictureBoxQuestion
System.Windows.Forms (10)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (10)
101this.pictureBoxQuestion.AccessibleName = SR.GetString(SR.TrustManagerPromptUI_GlobeIcon); 102this.pictureBoxQuestion.AccessibleRole = AccessibleRole.Graphic; 178((System.ComponentModel.ISupportInitialize)(this.pictureBoxQuestion)).BeginInit(); 234this.tableLayoutPanelQuestion.Controls.Add(this.pictureBoxQuestion, 1, 0); 247resources.ApplyResources(this.pictureBoxQuestion, "pictureBoxQuestion"); 248this.pictureBoxQuestion.Margin = new System.Windows.Forms.Padding(0); 249this.pictureBoxQuestion.Name = "pictureBoxQuestion"; 250this.pictureBoxQuestion.TabStop = false; 387((System.ComponentModel.ISupportInitialize)(this.pictureBoxQuestion)).EndInit(); 420this.pictureBoxQuestion.Image = bitmap;