1 instantiation of BoundsInfo
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIHandler.cs (1)
261_originalCoordinates[i] = new BoundsInfo(controls[i]);
5 references to BoundsInfo
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\SelectionUIHandler.cs (5)
23private BoundsInfo[]? _originalCoordinates; // the saved coordinates of the components we're dragging. 88private static void CancelControlMove(Control[] controls, BoundsInfo[] bounds) 215BoundsInfo[] bounds = _originalCoordinates!; 258_originalCoordinates = new BoundsInfo[controls.Length]; 281BoundsInfo ctlBounds = bounds[i];