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