2 types derived from TableLayoutStyleCollection
System.Windows.Forms (2)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutColumnStyleCollection.cs (1)
9
public class TableLayoutColumnStyleCollection :
TableLayoutStyleCollection
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutRowStyleCollection.cs (1)
9
public class TableLayoutRowStyleCollection :
TableLayoutStyleCollection
18 references to TableLayoutStyleCollection
System.Windows.Forms (6)
System\Windows\Forms\Layout\TableLayout.cs (6)
652
private static void InitializeStrips(Strip[] strips,
TableLayoutStyleCollection
styles)
758
TableLayoutStyleCollection
styles = containerInfo.ColumnStyles;
884
private static void DistributeSize(
TableLayoutStyleCollection
styles, Strip[] strips, int start, int stop, int min, int max, int cellBorderWidth)
890
private static void xDistributeSize(
TableLayoutStyleCollection
styles, Strip[] strips, int start, int stop, int desiredLength, SizeProxy sizeProxy, int cellBorderWidth)
1000
private static bool IsAbsolutelySized(int index,
TableLayoutStyleCollection
styles) =>
1007
private static int DistributeStyles(int cellBorderWidth,
TableLayoutStyleCollection
styles, Strip[] strips, int maxSize, bool dontHonorConstraint)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (1)
169
_styles = ((
TableLayoutStyleCollection
)_changedProp.GetValue(_table)).Cast<TableLayoutStyle>().ToList();
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1949
TableLayoutStyleCollection
styles = null;
System.Windows.Forms.Tests (10)
System\Windows\Forms\TableLayoutStyleCollectionTests.cs (10)
28
TableLayoutStyleCollection
collection = settings.RowStyles;
52
TableLayoutStyleCollection
collection = settings.RowStyles;
71
TableLayoutStyleCollection
collection = settings.RowStyles;
97
TableLayoutStyleCollection
collection = settings.RowStyles;
115
TableLayoutStyleCollection
collection = settings.RowStyles;
126
TableLayoutStyleCollection
collection = settings.RowStyles;
156
TableLayoutStyleCollection
collection = settings.RowStyles;
177
TableLayoutStyleCollection
collection = settings.RowStyles;
225
TableLayoutStyleCollection
collection = settings.RowStyles;
240
TableLayoutStyleCollection
collection = settings.RowStyles;