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)
318if (_dragManager is not null && _targetAllowsSnapLines && !altKeyPressed) 351if (_dragManager is not null && _targetAllowsSnapLines && !altKeyPressed)