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