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