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