2 writes to _targetAllowsSnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
40
_targetAllowsSnapLines
= true;
49
_targetAllowsSnapLines
= false;
2 references to _targetAllowsSnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
318
if (_dragManager is not null &&
_targetAllowsSnapLines
&& !altKeyPressed)
351
if (_dragManager is not null &&
_targetAllowsSnapLines
&& !altKeyPressed)