2 writes to _container
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (2)
46
_container
= container;
56
_container
= containerInfo.Container;
5 references to _container
System.Windows.Forms (5)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (5)
66
get { return
_container
; }
195
_rowStyles ??= new TableLayoutRowStyleCollection(
_container
);
202
_rowStyles?.EnsureOwnership(
_container
);
211
_colStyles ??= new TableLayoutColumnStyleCollection(
_container
);
218
_colStyles?.EnsureOwnership(
_container
);