Base:
property
this
System.Configuration.SettingsBase.this[System.String]
7 writes to
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripSettings.cs (7)
33this["IsDefault"] = value; 43this["ItemOrder"] = value; 53this["Name"] = value; 64this["Location"] = value; 75this["Size"] = value; 85this["ToolStripPanelName"] = value; 96this["Visible"] = value;
7 references to
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripSettings.cs (7)
30return (bool) this["IsDefault"]; 40return this["ItemOrder"] as string; 50return this["Name"] as string; 61return (Point) this["Location"]; 72return (Size) this["Size"]; 82return this["ToolStripPanelName"] as string; 93return (bool) this["Visible"];