8 references to UseSnapLines
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
730if (createNewDragAssistance && _behaviorServiceTarget.UseSnapLines) 875if (bhvSvc is not null && !bhvSvc.UseSnapLines)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
205bool useSnapLines = BehaviorService.UseSnapLines;
System\Windows\Forms\Design\CommandSet.cs (1)
795bool useSnapLines = BehaviorService.UseSnapLines;
System\Windows\Forms\Design\ControlCommandSet.cs (2)
615bool useSnapLines = BehaviorService.UseSnapLines; 1169cmd.Enabled = (selCount > 0) && controlsOnlySelection && (!BehaviorService.UseSnapLines);
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1587if ((_mouseDragTool is not null) && BehaviorService is not null && BehaviorService.UseSnapLines) 1929if (_dragManager is null && ParticipatesWithSnapLines && _mouseDragTool is not null && BehaviorService.UseSnapLines)