3 writes to RowSpan
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (3)
465
controlInfo.
RowSpan
= GetRowSpan(c);
488
RowSpan
= rowSpan;
663
info.
RowSpan
= value;
3 references to RowSpan
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (2)
543
settings.SetRowSpan(tableControl, controlInfo.
RowSpan
);
628
return GetControlInformation(controlName).
RowSpan
;
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
89
xmlWriter.WriteAttributeString("RowSpan", c.
RowSpan
.ToString(CultureInfo.CurrentCulture));