1 implementation of GetComponentBounds
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
613
Rectangle ISelectionUIHandler.
GetComponentBounds
(object component) => Rectangle.Empty;
1 reference to GetComponentBounds
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
510
_innerRect = _handler.
GetComponentBounds
(_component);