1 write to _selectionHandler
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
44_selectionHandler = selectionHandler;
8 references to _selectionHandler
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\OleDragDropHandler.cs (8)
327if (_selectionHandler is null) 380newRect = _selectionHandler.GetUpdatedRect(comp.Bounds, newRect, false); 401newRect = _selectionHandler.GetUpdatedRect(comp.Bounds, newRect, false); 597if (_selectionHandler is null) 771bounds = _selectionHandler.GetUpdatedRect(Rectangle.Empty, bounds, false); 1007if (_selectionHandler is null) 1013if (!e.UseDefaultCursors && _selectionHandler is not null) 1015_selectionHandler.SetCursor();