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