2 writes to _childInfo
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (2)
173
_childInfo
= [];
178
_childInfo
= new ChildInfo[children.Count];
18 references to _childInfo
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (18)
233
_childInfo
[i].MarginBounds = marginBounds;
234
_childInfo
[i].ControlBounds = bounds;
235
_childInfo
[i].InSelectionCollection = _dragControls?.Contains(currentControl) == true;
321
_childInfo
[controlIndex].MarginBounds.Y = size.Min;
322
_childInfo
[controlIndex].MarginBounds.Height = size.Size;
327
_childInfo
[controlIndex].MarginBounds.X = size.Min;
328
_childInfo
[controlIndex].MarginBounds.Width = size.Size;
585
while (_insertionIndex <
_childInfo
.Length - 1 &&
_childInfo
[_insertionIndex].InSelectionCollection)
599
if (_insertionIndex !=
_childInfo
.Length)
793
||
_childInfo
is null
794
||
_childInfo
.Length == 0
815
for (i = 0; i <
_childInfo
.Length; i++)
817
if (
_childInfo
[i].MarginBounds.Contains(mouseLocation))
819
bounds =
_childInfo
[i].ControlBounds;
833
if (
_childInfo
[i].InSelectionCollection)
867
bounds =
_childInfo
[_insertionIndex - 1].ControlBounds;
868
if (
_childInfo
[_insertionIndex - 1].InSelectionCollection)