6 writes to GripStyle
System.Windows.Forms (5)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
91set => base.GripStyle = value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
202_toolStrip.GripStyle = ToolStripGripStyle.Hidden;
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
114set => base.GripStyle = value;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
423set => base.GripStyle = value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
800_toolStrip1.GripStyle = ToolStripGripStyle.Hidden;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1443_miniToolStrip.GripStyle = ToolStripGripStyle.Hidden;
9 references to GripStyle
System.Windows.Forms (9)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
90get => base.GripStyle;
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
113get => base.GripStyle;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (5)
731if ((LayoutEngine is ToolStripSplitStackLayout) && (GripStyle == ToolStripGripStyle.Visible)) 854return (GripStyle == ToolStripGripStyle.Visible) ? Grip.Bounds : Rectangle.Empty; 2312if (toolStrip.GripStyle == ToolStripGripStyle.Visible) 2370if (toolStrip.GripStyle == ToolStripGripStyle.Visible) 4244if (GripStyle == ToolStripGripStyle.Visible)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
422get => base.GripStyle;
System\Windows\Forms\Controls\ToolStrips\ToolStripGripRenderEventArgs.cs (1)
31public ToolStripGripStyle GripStyle => ToolStrip.GripStyle;