Base:
property
this
System.Configuration.SettingsBase.this[System.String]
7 writes to
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripSettings.cs (7)
26this[nameof(IsDefault)] = value; 39this[nameof(ItemOrder)] = value; 52this[nameof(Name)] = value; 66this[nameof(Location)] = value; 80this[nameof(Size)] = value; 93this[nameof(ToolStripPanelName)] = value; 107this[nameof(Visible)] = value;
7 references to
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripSettings.cs (7)
22return (bool)this[nameof(IsDefault)]; 35return this[nameof(ItemOrder)] as string; 48return this[nameof(Name)] as string; 62return (Point)this[nameof(Location)]; 76return (Size)this[nameof(Size)]; 89return this[nameof(ToolStripPanelName)] as string; 103return (bool)this[nameof(Visible)];