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)
66get { return _container; } 195_rowStyles ??= new TableLayoutRowStyleCollection(_container); 202_rowStyles?.EnsureOwnership(_container); 211_colStyles ??= new TableLayoutColumnStyleCollection(_container); 218_colStyles?.EnsureOwnership(_container);