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)
148
ref Rectangle currentSelectionBounds = ref _currentSelectionBounds[
_curCompIndex
];
163
_currentSelectionBounds[
_curCompIndex
] = Rectangle.Union(_currentSelectionBounds[
_curCompIndex
], glyph.Bounds);