1 instantiation of ToolStripPanelCell
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1590
toolStripPanelCell = new
ToolStripPanelCell
(this);
90 references to ToolStripPanelCell
System.Windows.Forms (90)
winforms\Managed\System\WinForms\ISupportToolStripPanel.cs (1)
15
ToolStripPanelCell
ToolStripPanelCell {
winforms\Managed\System\WinForms\ToolStrip.cs (8)
1572
internal
ToolStripPanelCell
ToolStripPanelCell {
1582
ToolStripPanelCell
ISupportToolStripPanel.ToolStripPanelCell {
1584
ToolStripPanelCell
toolStripPanelCell = null;
1587
toolStripPanelCell = (
ToolStripPanelCell
)Properties.GetObject(ToolStrip.PropToolStripPanelCell);
1601
ToolStripPanelCell
cell = ToolStripPanelCell;
1611
ToolStripPanelCell
cell = ToolStripPanelCell;
2090
ToolStripPanelCell
toolStripPanelCell = Properties.GetObject(ToolStrip.PropToolStripPanelCell) as
ToolStripPanelCell
;
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
1232
foreach (
ToolStripPanelCell
cell in row.Cells) {
1258
Debug.Write(String.Format(CultureInfo.CurrentCulture, "[{0} {1}] ", RowsInternal[i].ControlsInternal[j].Name, ((
ToolStripPanelCell
)RowsInternal[i].Cells[j]).Margin));
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (79)
152
ToolStripPanelCell
cell = RowManager.GetNextVisibleCell(0, /*forward*/true);
355
ToolStripPanelCell
cell = element as
ToolStripPanelCell
;
377
ToolStripPanelCell
cell = RowManager.GetNextVisibleCell(this.Cells.Count -1, /*forward*/false);
399
ToolStripPanelCell
cell = RowManager.GetNextVisibleCell(this.Cells.Count -1, /*forward*/false);
418
ToolStripPanelCell
c = Cells[i] as
ToolStripPanelCell
;
426
ToolStripPanelCell
c = Cells[i] as
ToolStripPanelCell
;
442
ToolStripPanelCell
currentCell =Cells[i] as
ToolStripPanelCell
;
471
ToolStripPanelCell
c = Cells[i] as
ToolStripPanelCell
;
485
ToolStripPanelCell
cell = RowManager.GetNextVisibleCell(this.Cells.Count -1, /*forward*/false);
500
ToolStripPanelCell
c = Cells[i] as
ToolStripPanelCell
;
508
ToolStripPanelCell
c = Cells[i] as
ToolStripPanelCell
;
524
ToolStripPanelCell
currentCell =Cells[i] as
ToolStripPanelCell
;
553
ToolStripPanelCell
c = Cells[i] as
ToolStripPanelCell
;
823
ToolStripPanelCell
cell = (
ToolStripPanelCell
)Row.Cells[index];
831
public
ToolStripPanelCell
GetNextVisibleCell(int index, bool forward) {
834
ToolStripPanelCell
cell = Row.Cells[i] as
ToolStripPanelCell
;
842
ToolStripPanelCell
cell = Row.Cells[i] as
ToolStripPanelCell
;
1009
ToolStripPanelCell
lastCellOnRow = GetNextVisibleCell(Row.Cells.Count-1, /*forward*/false);
1077
ToolStripPanelCell
cell = (
ToolStripPanelCell
)Row.Cells[i];
1137
ToolStripPanelCell
cell;
1142
cell = (
ToolStripPanelCell
)Row.Cells[i];
1170
ToolStripPanelCell
lastCell = GetNextVisibleCell(Row.Cells.Count -1, /*forward*/false);
1186
cell = Row.Cells[index] as
ToolStripPanelCell
;
1201
cell = (
ToolStripPanelCell
)Row.Cells[i];
1243
ToolStripPanelCell
cell = (
ToolStripPanelCell
)Row.Cells[index];
1248
ToolStripPanelCell
nextCell = GetNextVisibleCell(index+1, /*forward*/true);
1282
ToolStripPanelCell
cell = Row.Cells[index] as
ToolStripPanelCell
;
1327
ToolStripPanelCell
nextCell = (
ToolStripPanelCell
)Row.Cells[index+1];
1359
ToolStripPanelCell
nextCell = GetNextVisibleCell(Row.Cells.Count-2, /*forward*/false);
1360
ToolStripPanelCell
lastCell = GetNextVisibleCell(Row.Cells.Count-1, /*forward*/false);
1381
ToolStripPanelCell
newCell = Row.Cells[index] as
ToolStripPanelCell
;
1404
ToolStripPanelCell
cell = GetNextVisibleCell(Row.Cells.Count-1, /*forward*/false);
1406
cell = (
ToolStripPanelCell
)Row.Cells[Row.Cells.Count-1];
1520
ToolStripPanelCell
lastCellOnRow = GetNextVisibleCell(Row.Cells.Count-1, /*forward*/false);
1591
ToolStripPanelCell
cell = (
ToolStripPanelCell
)Row.Cells[i];
1652
ToolStripPanelCell
cell;
1657
cell = (
ToolStripPanelCell
)Row.Cells[i];
1686
ToolStripPanelCell
lastCell = GetNextVisibleCell(Row.Cells.Count -1, /*forward*/false);
1698
cell = (
ToolStripPanelCell
)Row.Cells[index];
1709
cell = (
ToolStripPanelCell
)Row.Cells[i];
1753
ToolStripPanelCell
lastCell = GetNextVisibleCell(Row.Cells.Count -1, /*forward=*/false);
1758
ToolStripPanelCell
lastCellOnRow = GetNextVisibleCell(Row.Cells.Count-1, /*forward*/false);
1812
ToolStripPanelCell
cell = Row.Cells[index] as
ToolStripPanelCell
;
1857
ToolStripPanelCell
nextCell = GetNextVisibleCell(index+1, /*forward*/true);
1891
ToolStripPanelCell
nextCell = GetNextVisibleCell(Row.Cells.Count-2, /*forward*/false);
1892
ToolStripPanelCell
lastCell = GetNextVisibleCell(Row.Cells.Count-1, /*forward*/false);
1915
ToolStripPanelCell
newCell = Row.Cells[index] as
ToolStripPanelCell
;
1934
ToolStripPanelCell
cell = GetNextVisibleCell(Row.Cells.Count-1, /*forward*/false);
1957
ToolStripPanelCell
cell = (
ToolStripPanelCell
)Row.Cells[index];
1962
ToolStripPanelCell
nextCell = GetNextVisibleCell(index+1, /*forward*/true);
2125
ToolStripPanelCell
cell = null;
2128
cell = (
ToolStripPanelCell
)(InnerList[index]);
2136
ToolStripPanelCell
cell = (
ToolStripPanelCell
)(InnerList[i]);
2262
ToolStripPanelCell
cell = InnerList[index] as
ToolStripPanelCell
;
2303
ToolStripPanelCell
cell = arrayListEnumerator.Current as
ToolStripPanelCell
;