4 references to
System.Windows.Forms (4)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutColumnStyleCollection.cs (2)
11internal TableLayoutColumnStyleCollection(IArrangedElement Owner) : base(Owner) { } 12internal TableLayoutColumnStyleCollection() : base(null) { }
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutRowStyleCollection.cs (2)
11internal TableLayoutRowStyleCollection(IArrangedElement Owner) : base(Owner) { } 12internal TableLayoutRowStyleCollection() : base(null) { }