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