1 write to headerPictureBox
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
37this.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(); 75resources.ApplyResources(this.headerPictureBox, "headerPictureBox"); 76this.headerPictureBox.Name = "headerPictureBox"; 77this.headerPictureBox.TabStop = false; 106this.Controls.Add(this.headerPictureBox); 116((System.ComponentModel.ISupportInitialize)(this.headerPictureBox)).EndInit();