1 write to _layoutSuspendCount
System.Windows.Forms (1)
System\Windows\Forms\Layout\LayoutTransaction.cs (1)
46_layoutSuspendCount = _controlToLayout.LayoutSuspendCount;
1 reference to _layoutSuspendCount
System.Windows.Forms (1)
System\Windows\Forms\Layout\LayoutTransaction.cs (1)
64Debug.Assert(_controlToLayout is null || _controlToLayout.LayoutSuspendCount == _layoutSuspendCount, "Suspend/Resume layout mismatch!");