4 references to
System.Windows.Forms (4)
winforms\Managed\System\WinForms\TableLayoutColumnStyleCollection.cs (2)
22internal TableLayoutColumnStyleCollection(IArrangedElement Owner) : base(Owner) {} 23internal TableLayoutColumnStyleCollection() : base(null) {}
winforms\Managed\System\WinForms\TableLayoutRowStyleCollection.cs (2)
22internal TableLayoutRowStyleCollection(IArrangedElement Owner) : base(Owner) {} 23internal TableLayoutRowStyleCollection() : base(null) {}