3 writes to _selectionUISvc
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (3)
686_selectionUISvc = (ISelectionUIService)GetService(typeof(ISelectionUIService)); 691_selectionUISvc = new SelectionUIService(host); 881_selectionUISvc = null;
15 references to _selectionUISvc
System.Windows.Forms.Design (15)
System\Windows\Forms\Design\ComponentTray.cs (15)
389_selectionUISvc?.SyncSelection(); 684if (_selectionUISvc is null) 689if (_selectionUISvc is null) 692host.AddService(_selectionUISvc); 695_grabHandle = _selectionUISvc.GetAdornmentDimensions(AdornmentType.GrabHandle); 722_selectionUISvc?.AssignSelectionUIHandler(component, this); 1593_selectionUISvc?.SyncSelection(); 1808Debug.Assert(_selectionUISvc is not null, "No SelectionUIService available for tray."); 1809_whiteSpace = new Point(_selectionUISvc.GetAdornmentDimensions(AdornmentType.GrabHandle)); 2119Debug.Assert(_tray._selectionUISvc is not null, "We shouldn't be able to begin a drag without this"); 2120if (_tray._selectionUISvc is not null && _tray._selectionUISvc.Dragging) 2122_tray._selectionUISvc.EndDrag(cancel); 2198if (_tray._selectionUISvc is not null && _tray._selectionUISvc.BeginDrag(SelectionRules.Visible | SelectionRules.Moveable, _mouseDragLast.X, _mouseDragLast.Y))