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