1 type derived from SelectionUIHandler
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2800private class TraySelectionUIHandler : SelectionUIHandler
5 references to SelectionUIHandler
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (3)
33private SelectionUIHandler _dragHandler; // the thing responsible for handling mouse drags 579internal virtual SelectionUIHandler DragHandler 2901public TrayOleDragDropHandler(SelectionUIHandler selectionHandler, IServiceProvider serviceProvider, IOleDragClient client) : base(selectionHandler, serviceProvider, client)
System\Windows\Forms\Design\OleDragDropHandler.cs (2)
25private readonly SelectionUIHandler? _selectionHandler; 41public OleDragDropHandler(SelectionUIHandler? selectionHandler, IServiceProvider serviceProvider, IOleDragClient client)