1 write to rulesToolStrip
System.Workflow.Activities (1)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
38this.rulesToolStrip = new System.Windows.Forms.ToolStrip();
12 references to rulesToolStrip
System.Workflow.Activities (12)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (12)
53this.rulesToolStrip.SuspendLayout(); 102this.rulesPanel.Controls.Add(this.rulesToolStrip); 108this.rulesToolStrip.BackColor = System.Drawing.SystemColors.Control; 109this.rulesToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; 110this.rulesToolStrip.ImageList = this.imageList; 111this.rulesToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 117resources.ApplyResources(this.rulesToolStrip, "rulesToolStrip"); 118this.rulesToolStrip.Name = "rulesToolStrip"; 119this.rulesToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; 120this.rulesToolStrip.TabStop = true; 224this.rulesToolStrip.ResumeLayout(false); 225this.rulesToolStrip.PerformLayout();