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)
341
if (
_handler
is not null)
343
Rectangle handlerClip =
_handler
.GetSelectionClipRect(_component);
475
if (
_handler
is null)
482
_selectionRules =
_handler
.GetComponentRules(_component);
500
if (
_handler
is null)
510
_innerRect =
_handler
.GetComponentBounds(_component);