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