2 writes to _initialDragPoint
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ContainerSelectorBehavior.cs (2)
61
_initialDragPoint
= Point.Empty;
84
set =>
_initialDragPoint
= value;
1 reference to _initialDragPoint
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ContainerSelectorBehavior.cs (1)
83
get =>
_initialDragPoint
;