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