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