2 writes to _targetAllowsSnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
649
_targetAllowsSnapLines
= true;
653
_targetAllowsSnapLines
= false;
2 references to _targetAllowsSnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
744
if (
_targetAllowsSnapLines
&& !altKeyPressed)
829
if (_dragAssistanceManager is not null && !altKeyPressed &&
_targetAllowsSnapLines
)