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)
744if (_targetAllowsSnapLines && !altKeyPressed) 829if (_dragAssistanceManager is not null && !altKeyPressed && _targetAllowsSnapLines)