2 writes to _suspendEnabledCount
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
931_suspendEnabledCount--; 949private void SuspendEnabledUpdates() => _suspendEnabledCount++;
2 references to _suspendEnabledCount
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
933Debug.Assert(_suspendEnabledCount >= 0, "Mismatch suspend/resume enabled"); 1025if (_suspendEnabledCount > 0)