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