2 writes to _targetAllowsSnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
42
_targetAllowsSnapLines
= true;
51
_targetAllowsSnapLines
= false;
2 references to _targetAllowsSnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
322
if (_dragManager is not null &&
_targetAllowsSnapLines
&& !altKeyPressed)
356
if (_dragManager is not null &&
_targetAllowsSnapLines
&& !altKeyPressed)