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