1 write to _handler
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
78_handler = selUIsvc.GetHandler(component);
6 references to _handler
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (6)
341if (_handler is not null) 343Rectangle handlerClip = _handler.GetSelectionClipRect(_component); 475if (_handler is null) 482_selectionRules = _handler.GetComponentRules(_component); 500if (_handler is null) 510_innerRect = _handler.GetComponentBounds(_component);