1 write to _threePagesToolStripButton
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
774
_threePagesToolStripButton
= new PrintPreviewDialogToolStripButton();
8 references to _threePagesToolStripButton
System.Windows.Forms (8)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (8)
748
[MemberNotNull(nameof(
_threePagesToolStripButton
))]
792
_threePagesToolStripButton
,
879
_threePagesToolStripButton
.DisplayStyle = ToolStripItemDisplayStyle.Image;
880
_threePagesToolStripButton
.Name = "threepagesToolStripButton";
881
resources.ApplyResources(
_threePagesToolStripButton
, "threepagesToolStripButton");
928
_threePagesToolStripButton
.Click += OnThreePagesToolStripButtonClick;
940
_threePagesToolStripButton
.ImageIndex = 4;
1025
Keys.D3 => PerformPageToolStripButtonClick(
_threePagesToolStripButton
),