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)
23
private
BoundsInfo
[]? _originalCoordinates; // the saved coordinates of the components we're dragging.
88
private static void CancelControlMove(Control[] controls,
BoundsInfo
[] bounds)
215
BoundsInfo
[] bounds = _originalCoordinates!;
258
_originalCoordinates = new
BoundsInfo
[controls.Length];
281
BoundsInfo
ctlBounds = bounds[i];