3 writes to _selectionUISvc
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (3)
692_selectionUISvc = (ISelectionUIService)GetService(typeof(ISelectionUIService)); 697_selectionUISvc = new SelectionUIService(host); 890_selectionUISvc = null;
15 references to _selectionUISvc
System.Windows.Forms.Design (15)
System\Windows\Forms\Design\ComponentTray.cs (15)
395_selectionUISvc?.SyncSelection(); 690if (_selectionUISvc is null) 695if (_selectionUISvc is null) 698host.AddService(_selectionUISvc); 701_grabHandle = _selectionUISvc.GetAdornmentDimensions(AdornmentType.GrabHandle); 728_selectionUISvc?.AssignSelectionUIHandler(component, this); 1602_selectionUISvc?.SyncSelection(); 1817Debug.Assert(_selectionUISvc is not null, "No SelectionUIService available for tray."); 1818_whiteSpace = new Point(_selectionUISvc.GetAdornmentDimensions(AdornmentType.GrabHandle)); 2131Debug.Assert(_tray._selectionUISvc is not null, "We shouldn't be able to begin a drag without this"); 2132if (_tray._selectionUISvc is not null && _tray._selectionUISvc.Dragging) 2134_tray._selectionUISvc.EndDrag(cancel); 2210if (_tray._selectionUISvc is not null && _tray._selectionUISvc.BeginDrag(SelectionRules.Visible | SelectionRules.Moveable, _mouseDragLast.X, _mouseDragLast.Y))