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