2 writes to _container
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1489
_container
= container;
1498
_container
= containerInfo.Container;
5 references to _container
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (5)
1509
get { return
_container
; }
1632
_rowStyles = new TableLayoutRowStyleCollection(
_container
);
1640
_rowStyles.EnsureOwnership(
_container
);
1649
_colStyles = new TableLayoutColumnStyleCollection(
_container
);
1656
_colStyles.EnsureOwnership(
_container
);