4 writes to IsPushed
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
268
IsPushed
= 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)
1592
if (!_toolboxItemSnapLineBehavior.
IsPushed
)
1643
if (_toolboxItemSnapLineBehavior is not null && _toolboxItemSnapLineBehavior.
IsPushed
)
1904
if (_toolboxItemSnapLineBehavior is not null && _toolboxItemSnapLineBehavior.
IsPushed
)