3 writes to CancelDrag
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
203CancelDrag = false; 220CancelDrag = false;
System\Windows\Forms\Design\ControlDesigner.cs (1)
1351BehaviorService.CancelDrag = true;
1 reference to CancelDrag
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
1075if (_behaviorServiceSource is not null && _behaviorServiceSource.CancelDrag)