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