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