2 writes to _targetAllowsSnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
655
_targetAllowsSnapLines
= true;
659
_targetAllowsSnapLines
= false;
2 references to _targetAllowsSnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
750
if (
_targetAllowsSnapLines
&& !altKeyPressed)
835
if (_dragAssistanceManager is not null && !altKeyPressed &&
_targetAllowsSnapLines
)