1 write to _control
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
85
_control
= cd.Control;
3 references to _control
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (3)
139
if (
_control
is not null &&
_control
.Parent is not null)
141
Control parent =
_control
.Parent;