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