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