1 instantiation of TableLayout
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
127
internal static readonly TableLayout Instance = new
TableLayout
();
56 references to TableLayout
System.Windows.Forms (56)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
127
internal static readonly
TableLayout
Instance = new TableLayout();
winforms\Managed\System\WinForms\TableLayoutPanel.cs (14)
39
_tableLayoutSettings =
TableLayout
.CreateSettings(this);
44
get { return
TableLayout
.Instance; }
324
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(this);
342
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(this);
400
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(this);
401
TableLayout
.Strip[] colStrips = containerInfo.Columns;
402
TableLayout
.Strip[] rowStrips = containerInfo.Rows;
437
Rectangle outsideCellBounds = new Rectangle(startx, starty, ((
TableLayout
.Strip)colStrips[i]).MinSize, ((
TableLayout
.Strip)rowStrips[j]).MinSize);
506
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(this);
winforms\Managed\System\WinForms\TableLayoutSettings.cs (39)
66
get { return
TableLayout
.Instance; }
69
private
TableLayout
TableLayout {
70
get { return (
TableLayout
) this.LayoutEngine; }
86
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(Owner);
95
get { return
TableLayout
.GetContainerInfo(Owner).CellBorderWidth; }
109
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(Owner);
116
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(Owner);
135
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(Owner);
142
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(Owner);
160
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(Owner);
176
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(Owner);
193
return
TableLayout
.GetContainerInfo(Owner).GrowStyle;
202
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(Owner);
243
return
TableLayout
.GetLayoutInfo(element).ColumnSpan;
258
TableLayout
.ClearCachedAssignments(
TableLayout
.GetContainerInfo(element.Container));
260
TableLayout
.GetLayoutInfo(element).ColumnSpan = value;
273
return
TableLayout
.GetLayoutInfo(element).RowSpan;
293
TableLayout
.ClearCachedAssignments(
TableLayout
.GetContainerInfo(element.Container));
295
TableLayout
.GetLayoutInfo(element).RowSpan = value;
315
TableLayout
.LayoutInfo layoutInfo =
TableLayout
.GetLayoutInfo(element);
370
TableLayout
.LayoutInfo layoutInfo =
TableLayout
.GetLayoutInfo(element);
404
TableLayout
.ClearCachedAssignments(
TableLayout
.GetContainerInfo(element.Container));
406
TableLayout
.LayoutInfo layoutInfo =
TableLayout
.GetLayoutInfo(element);
518
TableLayout
.ContainerInfo containerInfo =
TableLayout
.GetContainerInfo(settings.Owner);
winforms\Managed\System\WinForms\ToolStrip.cs (2)
1367
if (!(layoutEngine is
TableLayout
)) {
1368
layoutEngine =
TableLayout
.Instance;