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)
585while (_insertionIndex < _childInfo.Length - 1 && _childInfo[_insertionIndex].InSelectionCollection) 833if (_childInfo[i].InSelectionCollection) 868if (_childInfo[_insertionIndex - 1].InSelectionCollection)