1 write to _layoutSuspendCount
System.Windows.Forms (1)
System\Windows\Forms\Control.SuspendLayoutScope.cs (1)
23
_layoutSuspendCount
= _control?.LayoutSuspendCount ?? 0;
1 reference to _layoutSuspendCount
System.Windows.Forms (1)
System\Windows\Forms\Control.SuspendLayoutScope.cs (1)
32
Debug.Assert(_control is null ||
_layoutSuspendCount
== _control.LayoutSuspendCount, "Suspend/Resume layout mismatch!");