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