3 writes to Name
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (3)
458controlInfo.Name = prop.GetValue(c); 485Name = name; 600ci.Name = name;
1 reference to Name
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
87xmlWriter.WriteAttributeString("Name", c.Name.ToString());