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