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