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)
64
Debug.Assert(_controlToLayout is null || _controlToLayout.LayoutSuspendCount ==
_layoutSuspendCount
, "Suspend/Resume layout mismatch!");