1 write to _toolboxItemSnapLineBehavior
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1590
_toolboxItemSnapLineBehavior
??= new ToolboxItemSnapLineBehavior(Component.Site, BehaviorService, this, AllowGenericDragBox);
12 references to _toolboxItemSnapLineBehavior
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\ParentControlDesigner.cs (12)
1592
if (!
_toolboxItemSnapLineBehavior
.IsPushed)
1594
BehaviorService.PushBehavior(
_toolboxItemSnapLineBehavior
);
1595
_toolboxItemSnapLineBehavior
.IsPushed = true;
1607
_toolboxItemSnapLineBehavior
?.OnBeginDrag();
1643
if (
_toolboxItemSnapLineBehavior
is not null &&
_toolboxItemSnapLineBehavior
.IsPushed)
1645
BehaviorService.PopBehavior(
_toolboxItemSnapLineBehavior
);
1646
_toolboxItemSnapLineBehavior
.IsPushed = false;
1904
if (
_toolboxItemSnapLineBehavior
is not null &&
_toolboxItemSnapLineBehavior
.IsPushed)
1906
BehaviorService.PopBehavior(
_toolboxItemSnapLineBehavior
);
1907
_toolboxItemSnapLineBehavior
.IsPushed = false;