1 write to pictureBoxInstallation
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
191
this.
pictureBoxInstallation
= new System.Windows.Forms.PictureBox();
13 references to pictureBoxInstallation
System.Windows.Forms (13)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (13)
64
this.
pictureBoxInstallation
.AccessibleName = this.
pictureBoxInstallation
.AccessibleDescription;
65
this.
pictureBoxInstallation
.AccessibleRole = AccessibleRole.Graphic;
85
this.tableLayoutPanel.Controls.SetChildIndex(this.
pictureBoxInstallation
, 6);
111
LoadWarningBitmap(((options & TrustManagerPromptOptions.AddsShortcut) != 0) ? TrustManagerWarningLevel.Yellow : TrustManagerWarningLevel.Green, this.
pictureBoxInstallation
);
205
((System.ComponentModel.ISupportInitialize)(this.
pictureBoxInstallation
)).BeginInit();
217
this.tableLayoutPanel.Controls.Add(this.
pictureBoxInstallation
, 0, 4);
258
resources.ApplyResources(this.
pictureBoxInstallation
, "pictureBoxInstallation");
259
this.
pictureBoxInstallation
.Margin = new System.Windows.Forms.Padding(0, 10, 3, 0);
260
this.
pictureBoxInstallation
.Name = "pictureBoxInstallation";
261
this.tableLayoutPanel.SetRowSpan(this.
pictureBoxInstallation
, 2);
262
this.
pictureBoxInstallation
.TabStop = false;
347
((System.ComponentModel.ISupportInitialize)(this.
pictureBoxInstallation
)).EndInit();