49 references to
System.Windows.Forms (49)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
307if (ToolStripPanelRow.Cells[ToolStripPanelRow.Cells.Count - 1] == this)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (9)
370IArrangedElement element = Cells[i]; 447ToolStripPanelCell c = (ToolStripPanelCell)Cells[i]; 456ToolStripPanelCell c = (ToolStripPanelCell)Cells[i]; 472ToolStripPanelCell currentCell = (ToolStripPanelCell)Cells[i]; 508ToolStripPanelCell c = (ToolStripPanelCell)Cells[i]; 544ToolStripPanelCell c = (ToolStripPanelCell)Cells[i]; 553ToolStripPanelCell c = (ToolStripPanelCell)Cells[i]; 569ToolStripPanelCell currentCell = (ToolStripPanelCell)Cells[i]; 605ToolStripPanelCell c = (ToolStripPanelCell)Cells[i];
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (11)
182ToolStripPanelCell? cell = (ToolStripPanelCell)Row.Cells[i]; 251cell = (ToolStripPanelCell)Row.Cells[i]; 299cell ??= Row.Cells[index] as ToolStripPanelCell; 316cell = (ToolStripPanelCell)Row.Cells[i]; 360ToolStripPanelCell cell = (ToolStripPanelCell)Row.Cells[index]; 406ToolStripPanelCell cell = (ToolStripPanelCell)Row.Cells[index]; 413if (Row.Cells[index].Bounds.Contains(locationToDrag)) 421if (Row.Cells[index].Bounds.X >= locationToDrag.X) 456ToolStripPanelCell nextCell = (ToolStripPanelCell)Row.Cells[index + 1]; 515ToolStripPanelCell newCell = (ToolStripPanelCell)Row.Cells[index]; 537cell = (ToolStripPanelCell)Row.Cells[Row.Cells.Count - 1];
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowManager.cs (3)
74ToolStripPanelCell cell = (ToolStripPanelCell)Row.Cells[index]; 90ToolStripPanelCell cell = (ToolStripPanelCell)Row.Cells[i]; 101ToolStripPanelCell cell = (ToolStripPanelCell)Row.Cells[i];
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (7)
184ToolStripPanelCell? cell = (ToolStripPanelCell)Row.Cells[i]; 253cell = (ToolStripPanelCell)Row.Cells[i]; 300cell = (ToolStripPanelCell)Row.Cells[index]; 311cell = (ToolStripPanelCell)Row.Cells[i]; 412ToolStripPanelCell cell = (ToolStripPanelCell)Row.Cells[index]; 525ToolStripPanelCell newCell = (ToolStripPanelCell)Row.Cells[index]; 570ToolStripPanelCell cell = (ToolStripPanelCell)Row.Cells[index];
System\Windows\Forms\Layout\CommonProperties.cs (1)
371xClearAllPreferredSizeCaches(controlsCollection[i]);
System\Windows\Forms\Layout\DefaultLayout.cs (5)
29IArrangedElement element = children[i]; 363IArrangedElement element = children[i]; 390IArrangedElement element = children[i]; 615IArrangedElement element = children[i]; 1130IArrangedElement element = container.Children[i];
System\Windows\Forms\Layout\FlowLayout.cs (9)
176elementProxy.Element = collection[i]; 342Debug.Assert(collection[i].Bounds.Y >= container.DisplayRectangle.Y); 343Debug.Assert(collection[i].Bounds.X >= container.DisplayRectangle.X); 346Debug.Assert(collection[i].Bounds.Y >= container.DisplayRectangle.Y); 347Debug.Assert(collection[i].Bounds.X + collection[i].Bounds.Width <= container.DisplayRectangle.X + container.DisplayRectangle.Width); 350Debug.Assert(collection[i].Bounds.Y + collection[i].Bounds.Height <= container.DisplayRectangle.Y + container.DisplayRectangle.Height); 351Debug.Assert(collection[i].Bounds.X >= container.DisplayRectangle.X);
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (1)
242IArrangedElement element = children[i];
System\Windows\Forms\Layout\TableLayout.cs (2)
1313LayoutInfo layoutInfo = GetLayoutInfo(children[i]); 1404IArrangedElement element = children[i];