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