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