3 writes to _dragging
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (3)
58_dragging = false; 376_dragging = false; 495_dragging = true;
9 references to _dragging
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (9)
374if (_dragging) 411Debug.Assert(!_dragging, "How can we be dragging without pushing a behavior?"); 490if (!_dragging) 765_dragging && _initialResize && propWidth is not null) 771_dragging && _initialResize && propHeight is not null) 777_dragging && _initialResize && propLeft is not null) 783_dragging && _initialResize && propTop is not null) 791if (_dragging) 909if (_dragging)