3 references to IsSelectionSuspended
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2062if (IsSelectionSuspended) {
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
2150(ParentInternal != null && ParentInternal.IsSelectionSuspended && 3540if (ParentInternal != null && ParentInternal.IsSelectionSuspended) {