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)
327
if (
_selectionHandler
is null)
380
newRect =
_selectionHandler
.GetUpdatedRect(comp.Bounds, newRect, false);
401
newRect =
_selectionHandler
.GetUpdatedRect(comp.Bounds, newRect, false);
597
if (
_selectionHandler
is null)
771
bounds =
_selectionHandler
.GetUpdatedRect(Rectangle.Empty, bounds, false);
1007
if (
_selectionHandler
is null)
1013
if (!e.UseDefaultCursors &&
_selectionHandler
is not null)
1015
_selectionHandler
.SetCursor();