2 overrides of GetSpan
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1850public override int GetSpan(LayoutInfo layoutInfo) { 1862public override int GetSpan(LayoutInfo layoutInfo) {
2 references to GetSpan
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1843return GetSpan(xInfo) - GetSpan(yInfo);