3 writes to Row
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (3)
464
controlInfo.
Row
= GetRow(c);
486
Row
= row;
656
info.
Row
= row;
3 references to Row
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (2)
541
settings.SetRow(tableControl, controlInfo.
Row
);
625
return GetControlInformation(controlName).
Row
;
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
88
xmlWriter.WriteAttributeString("Row",c.
Row
.ToString(CultureInfo.CurrentCulture));