2 writes to _targetAllowsSnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
655_targetAllowsSnapLines = true; 659_targetAllowsSnapLines = false;
2 references to _targetAllowsSnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
750if (_targetAllowsSnapLines && !altKeyPressed) 835if (_dragAssistanceManager is not null && !altKeyPressed && _targetAllowsSnapLines)