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); 1608_selectionUISvc?.SyncSelection(); 1823Debug.Assert(_selectionUISvc is not null, "No SelectionUIService available for tray."); 1824_whiteSpace = new Point(_selectionUISvc.GetAdornmentDimensions(AdornmentType.GrabHandle)); 2137Debug.Assert(_tray._selectionUISvc is not null, "We shouldn't be able to begin a drag without this"); 2138if (_tray._selectionUISvc is not null && _tray._selectionUISvc.Dragging) 2140_tray._selectionUISvc.EndDrag(cancel); 2216if (_tray._selectionUISvc is not null && _tray._selectionUISvc.BeginDrag(SelectionRules.Visible | SelectionRules.Moveable, _mouseDragLast.X, _mouseDragLast.Y))