1 write to _control
System.Windows.Forms (1)
System\Windows\Forms\Control.SuspendLayoutScope.cs (1)
19
_control
= control;
5 references to _control
System.Windows.Forms (5)
System\Windows\Forms\Control.SuspendLayoutScope.cs (5)
23
_layoutSuspendCount =
_control
?.LayoutSuspendCount ?? 0;
25
_control
?.SuspendLayout();
30
_control
?.ResumeLayout(_performLayout);
32
Debug.Assert(
_control
is null || _layoutSuspendCount ==
_control
.LayoutSuspendCount, "Suspend/Resume layout mismatch!");