1 write to toolStrip1
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1288this.toolStrip1 = new System.Windows.Forms.ToolStrip();
12 references to toolStrip1
System.Windows.Forms (12)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (12)
1310this.toolStrip1.SuspendLayout(); 1317resources.ApplyResources(this.toolStrip1, "toolStrip1"); 1318this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 1329this.toolStrip1.Name = "toolStrip1"; 1330this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; 1331this.toolStrip1.GripStyle = ToolStripGripStyle.Hidden; 1528this.toolStrip1.ImageList = imageList; 1539toolStrip1.TabIndex = 1; 1558this.toolStrip1.Items.Add(pageCounterItem); 1559this.toolStrip1.Items.Add(this.pageToolStripLabel); 1567this.Controls.Add(this.toolStrip1); 1573this.toolStrip1.ResumeLayout(false);