4 writes to IsPushed
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
268IsPushed = false;
System\Windows\Forms\Design\ParentControlDesigner.cs (3)
1595_toolboxItemSnapLineBehavior.IsPushed = true; 1646_toolboxItemSnapLineBehavior.IsPushed = false; 1907_toolboxItemSnapLineBehavior.IsPushed = false;
3 references to IsPushed
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ParentControlDesigner.cs (3)
1592if (!_toolboxItemSnapLineBehavior.IsPushed) 1643if (_toolboxItemSnapLineBehavior is not null && _toolboxItemSnapLineBehavior.IsPushed) 1904if (_toolboxItemSnapLineBehavior is not null && _toolboxItemSnapLineBehavior.IsPushed)