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