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