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