3 references to IsSelectionSuspended
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1866
if (
IsSelectionSuspended
)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
1766
(ParentInternal is not null && ParentInternal.
IsSelectionSuspended
&&
3131
if (ParentInternal is not null && ParentInternal.
IsSelectionSuspended
)