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