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)
1592if (!_toolboxItemSnapLineBehavior.IsPushed) 1594BehaviorService.PushBehavior(_toolboxItemSnapLineBehavior); 1595_toolboxItemSnapLineBehavior.IsPushed = true; 1607_toolboxItemSnapLineBehavior?.OnBeginDrag(); 1643if (_toolboxItemSnapLineBehavior is not null && _toolboxItemSnapLineBehavior.IsPushed) 1645BehaviorService.PopBehavior(_toolboxItemSnapLineBehavior); 1646_toolboxItemSnapLineBehavior.IsPushed = false; 1904if (_toolboxItemSnapLineBehavior is not null && _toolboxItemSnapLineBehavior.IsPushed) 1906BehaviorService.PopBehavior(_toolboxItemSnapLineBehavior); 1907_toolboxItemSnapLineBehavior.IsPushed = false;