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