1 write to headerPictureBox
System.Workflow.Activities (1)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
50
this.
headerPictureBox
= new System.Windows.Forms.PictureBox();
6 references to headerPictureBox
System.Workflow.Activities (6)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (6)
56
((System.ComponentModel.ISupportInitialize)(this.
headerPictureBox
)).BeginInit();
195
resources.ApplyResources(this.
headerPictureBox
, "headerPictureBox");
196
this.
headerPictureBox
.Name = "headerPictureBox";
197
this.
headerPictureBox
.TabStop = false;
212
this.Controls.Add(this.
headerPictureBox
);
230
((System.ComponentModel.ISupportInitialize)(this.
headerPictureBox
)).EndInit();