2 writes to _ensureSuspendCount
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
889internal void SuspendEnsureAvailableStyles() => _ensureSuspendCount++; 895_ensureSuspendCount--;
3 references to _ensureSuspendCount
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
893if (_ensureSuspendCount > 0) 897if (_ensureSuspendCount == 0 && performEnsure) 906if (IsLoading || Undoing || _ensureSuspendCount > 0)