1 implementation of GetComponentBounds
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
613Rectangle 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);