41 references to
System.Windows.Forms (41)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
340
xClearAllPreferredSizeCaches(controlsCollection
[
i]);
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (5)
33
IArrangedElement element = children
[
i];
243
IArrangedElement element = children
[
i];
268
IArrangedElement element = children
[
i];
480
IArrangedElement element = children
[
i];
827
IArrangedElement element = container.Children
[
i];
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
176
elementProxy.Element = collection
[
i];
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1273
LayoutInfo layoutInfo = GetLayoutInfo(children
[
i]);
1678
IArrangedElement element = children
[
i];
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1258
Debug.Write(String.Format(CultureInfo.CurrentCulture, "[{0} {1}] ", RowsInternal[i].ControlsInternal[j].Name, ((ToolStripPanelCell)RowsInternal[i].Cells
[
j]).Margin));
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (1)
267
if (ToolStripPanelRow.Cells
[
ToolStripPanelRow.Cells.Count -1] == this) {
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (30)
353
IArrangedElement element = Cells
[
i] as IArrangedElement;
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;
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];
834
ToolStripPanelCell cell = Row.Cells
[
i] as ToolStripPanelCell;
842
ToolStripPanelCell cell = Row.Cells
[
i] as ToolStripPanelCell;
1077
ToolStripPanelCell cell = (ToolStripPanelCell)Row.Cells
[
i];
1142
cell = (ToolStripPanelCell)Row.Cells
[
i];
1186
cell = Row.Cells
[
index] as ToolStripPanelCell;
1201
cell = (ToolStripPanelCell)Row.Cells
[
i];
1243
ToolStripPanelCell cell = (ToolStripPanelCell)Row.Cells
[
index];
1282
ToolStripPanelCell cell = Row.Cells
[
index] as ToolStripPanelCell;
1288
if (Row.Cells
[
index].Bounds.Contains(locationToDrag)) {
1295
if (Row.Cells
[
index].Bounds.X >= locationToDrag.X) {
1327
ToolStripPanelCell nextCell = (ToolStripPanelCell)Row.Cells
[
index+1];
1381
ToolStripPanelCell newCell = Row.Cells
[
index] as ToolStripPanelCell;
1406
cell = (ToolStripPanelCell)Row.Cells
[
Row.Cells.Count-1];
1591
ToolStripPanelCell cell = (ToolStripPanelCell)Row.Cells
[
i];
1657
cell = (ToolStripPanelCell)Row.Cells
[
i];
1698
cell = (ToolStripPanelCell)Row.Cells
[
index];
1709
cell = (ToolStripPanelCell)Row.Cells
[
i];
1812
ToolStripPanelCell cell = Row.Cells
[
index] as ToolStripPanelCell;
1915
ToolStripPanelCell newCell = Row.Cells
[
index] as ToolStripPanelCell;
1957
ToolStripPanelCell cell = (ToolStripPanelCell)Row.Cells
[
index];