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