2 references to s_containerInfoProperty
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.cs (2)
1377if (!container.Properties.TryGetValue(s_containerInfoProperty, out ContainerInfo? containerInfo)) 1379containerInfo = container.Properties.AddValue(s_containerInfoProperty, new ContainerInfo(container));