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)
179using (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; 201Padding toolStripPadding = _toolStrip.Padding; 203_toolStrip.Padding = toolStripPadding; 228Controls.AddRange([_helpPane, _commandsPane, _gridView, _toolStrip]); 319_toolStrip.BackColor = value; 320_toolStrip.Invalidate(true);