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