2 writes to _ensureSuspendCount
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
886internal void SuspendEnsureAvailableStyles() => _ensureSuspendCount++; 892_ensureSuspendCount--;
3 references to _ensureSuspendCount
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
890if (_ensureSuspendCount > 0) 894if (_ensureSuspendCount == 0 && performEnsure) 903if (IsLoading || Undoing || _ensureSuspendCount > 0)