3 writes to RowSpan
System.Windows.Forms (3)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.ControlInformation.cs (1)
31RowSpan = rowSpan;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
529controlInfo.RowSpan = GetRowSpan(c);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.TableLayoutSettingsStub.cs (1)
158info.RowSpan = value;
3 references to RowSpan
System.Windows.Forms (3)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.TableLayoutSettingsStub.cs (2)
59settings.SetRowSpan(tableControl, controlInfo.RowSpan); 115public int GetRowSpan(object controlName) => GetControlInformation(controlName).RowSpan;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (1)
84xmlWriter.WriteAttributeString("RowSpan", c.RowSpan.ToString(CultureInfo.CurrentCulture));