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