10 writes to ImageIndex
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (7)
1529
this.printToolStripButton.
ImageIndex
= 0;
1530
this.zoomToolStripSplitButton.
ImageIndex
= 1;
1531
this.onepageToolStripButton.
ImageIndex
= 2;
1532
this.twopagesToolStripButton.
ImageIndex
= 3;
1533
this.threepagesToolStripButton.
ImageIndex
= 4;
1534
this.fourpagesToolStripButton.
ImageIndex
= 5;
1535
this.sixpagesToolStripButton.
ImageIndex
= 6;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2105
button.
ImageIndex
= imageIndex;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1270
ImageIndex
= -1;
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
233
base.
ImageIndex
= value;
1 reference to ImageIndex
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
230
return base.
ImageIndex
;