1 write to headerPictureBox
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
37
this.
headerPictureBox
= new System.Windows.Forms.PictureBox();
6 references to headerPictureBox
System.Workflow.Activities (6)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (6)
42
((System.ComponentModel.ISupportInitialize)(this.
headerPictureBox
)).BeginInit();
75
resources.ApplyResources(this.
headerPictureBox
, "headerPictureBox");
76
this.
headerPictureBox
.Name = "headerPictureBox";
77
this.
headerPictureBox
.TabStop = false;
106
this.Controls.Add(this.
headerPictureBox
);
116
((System.ComponentModel.ISupportInitialize)(this.
headerPictureBox
)).EndInit();