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