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