3 writes to Name
System.Windows.Forms (3)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.ControlInformation.cs (1)
28Name = name;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
525controlInfo.Name = prop.GetValue(c);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.TableLayoutSettingsStub.cs (1)
92ci.Name = name;
2 references to Name
System.Windows.Forms (2)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (2)
76if (c.Name is null) 82xmlWriter.WriteAttributeString("Name", c.Name.ToString());