1 write to _toolStrip
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
176
_toolStrip
= new PropertyGridToolStrip(this);
17 references to _toolStrip
System.Windows.Forms (17)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (17)
179
using (SuspendLayoutScope suspendToolStripLayout = new(
_toolStrip
, performLayout: false))
181
_toolStrip
.ShowItemToolTips = true;
183
_toolStrip
.AccessibleRole = AccessibleRole.ToolBar;
184
_toolStrip
.TabStop = true;
185
_toolStrip
.AllowMerge = false;
188
_toolStrip
.Text = "PropertyGridToolBar";
191
_toolStrip
.Dock = DockStyle.None;
192
_toolStrip
.AutoSize = false;
193
_toolStrip
.TabIndex = 1;
194
_toolStrip
.ImageScalingSize = s_normalButtonSize;
197
_toolStrip
.CanOverflow = false;
200
_toolStrip
.GripStyle = ToolStripGripStyle.Hidden;
201
Padding toolStripPadding =
_toolStrip
.Padding;
203
_toolStrip
.Padding = toolStripPadding;
228
Controls.AddRange([_helpPane, _commandsPane, _gridView,
_toolStrip
]);
319
_toolStrip
.BackColor = value;
320
_toolStrip
.Invalidate(true);