2 writes to _curCompIndex
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (2)
171_curCompIndex++; 419_curCompIndex = 0;
3 references to _curCompIndex
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (3)
148ref Rectangle currentSelectionBounds = ref _currentSelectionBounds[_curCompIndex]; 163_currentSelectionBounds[_curCompIndex] = Rectangle.Union(_currentSelectionBounds[_curCompIndex], glyph.Bounds);