1 override of GetUpdatedRect
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2885
public override Rectangle
GetUpdatedRect
(Rectangle originalRect, Rectangle dragRect, bool updateSize)
4 references to GetUpdatedRect
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\OleDragDropHandler.cs (3)
380
newRect = _selectionHandler.
GetUpdatedRect
(comp.Bounds, newRect, false);
401
newRect = _selectionHandler.
GetUpdatedRect
(comp.Bounds, newRect, false);
771
bounds = _selectionHandler.
GetUpdatedRect
(Rectangle.Empty, bounds, false);
System\Windows\Forms\Design\SelectionUIHandler.cs (1)
346
Rectangle tempNewBounds =
GetUpdatedRect
(oldBounds, new Rectangle(targetX, targetY, targetWidth, targetHeight), true);