1 write to _selectionUIService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1355
_selectionUIService
??= GetService<ISelectionUIService>();
3 references to _selectionUIService
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.cs (3)
1357
if (
_selectionUIService
is null)
1364
if (
_selectionUIService
.Dragging)
1366
_selectionUIService
.EndDrag(cancel);