3 writes to Row
System.Windows.Forms (3)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.ControlInformation.cs (1)
29Row = row;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
528controlInfo.Row = GetRow(c);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.TableLayoutSettingsStub.cs (1)
148info.Row = row;
3 references to Row
System.Windows.Forms (3)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.TableLayoutSettingsStub.cs (2)
57settings.SetRow(tableControl, controlInfo.Row); 113public int GetRow(object controlName) => GetControlInformation(controlName).Row;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (1)
83xmlWriter.WriteAttributeString("Row", c.Row.ToString(CultureInfo.CurrentCulture));