10 references to BehaviorService
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\CommandSet.cs (6)
672if (BehaviorService is not null && BehaviorService.HasCapture) 674BehaviorService.OnLoseCapture(); 785if (BehaviorService is not null) 789bool useSnapLines = BehaviorService.UseSnapLines; 2939Control? marshalControl = BehaviorService?.AdornerWindowControl;
System\Windows\Forms\Design\ControlCommandSet.cs (4)
463Point pt = BehaviorService.ControlToAdornerWindow(primaryControl); 608if (BehaviorService is not null) 612bool useSnapLines = BehaviorService.UseSnapLines; 1163cmd.Enabled = (selCount > 0) && controlsOnlySelection && (!BehaviorService.UseSnapLines);