1 write to InSelectionCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
235
_childInfo[i].
InSelectionCollection
= _dragControls?.Contains(currentControl) == true;
3 references to InSelectionCollection
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (3)
585
while (_insertionIndex < _childInfo.Length - 1 && _childInfo[_insertionIndex].
InSelectionCollection
)
833
if (_childInfo[i].
InSelectionCollection
)
868
if (_childInfo[_insertionIndex - 1].
InSelectionCollection
)