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