32 references to ToolStripGripStyle
System.Windows.Forms (28)
winforms\Managed\System\WinForms\MenuStrip.cs (4)
36
this.GripStyle =
ToolStripGripStyle
.Hidden;
99
if (GripStyle ==
ToolStripGripStyle
.Visible) {
110
[DefaultValue(
ToolStripGripStyle
.Hidden)]
111
public new
ToolStripGripStyle
GripStyle {
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1331
this.toolStrip1.GripStyle =
ToolStripGripStyle
.Hidden;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
239
toolStrip.GripStyle =
ToolStripGripStyle
.Hidden;
winforms\Managed\System\WinForms\StatusStrip.cs (3)
48
this.GripStyle =
ToolStripGripStyle
.Hidden;
125
[DefaultValue(
ToolStripGripStyle
.Hidden)]
126
public new
ToolStripGripStyle
GripStyle {
winforms\Managed\System\WinForms\ToolStrip.cs (14)
68
private
ToolStripGripStyle
toolStripGripStyle =
ToolStripGripStyle
.Visible;
851
if ((LayoutEngine is ToolStripSplitStackLayout) && (GripStyle ==
ToolStripGripStyle
.Visible)){
919
toolStripGrip.Visible = toolStripGripStyle ==
ToolStripGripStyle
.Visible;
934
DefaultValue(
ToolStripGripStyle
.Visible)
936
public
ToolStripGripStyle
GripStyle {
942
if (!ClientUtils.IsEnumValid(value, (int)value, (int)
ToolStripGripStyle
.Hidden, (int)
ToolStripGripStyle
.Visible)){
943
throw new InvalidEnumArgumentException("value", (int)value, typeof(
ToolStripGripStyle
));
947
Grip.Visible = toolStripGripStyle ==
ToolStripGripStyle
.Visible;
994
return (GripStyle ==
ToolStripGripStyle
.Visible) ? Grip.Bounds : Rectangle.Empty;
2521
if (toolStrip.GripStyle ==
ToolStripGripStyle
.Visible) {
2575
if (toolStrip.GripStyle ==
ToolStripGripStyle
.Visible) {
4355
if (
ToolStripGripStyle
.Visible == GripStyle) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
541
[DefaultValue(
ToolStripGripStyle
.Hidden),
544
public new
ToolStripGripStyle
GripStyle {
1316
this.GripStyle =
ToolStripGripStyle
.Hidden;
winforms\Managed\System\WinForms\ToolStripGripRenderEventArgs.cs (1)
48
public
ToolStripGripStyle
GripStyle {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1850
throw new InvalidEnumArgumentException("value", (int)value, typeof(
ToolStripGripStyle
));
System.Workflow.Activities (2)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
109
this.rulesToolStrip.GripStyle = System.Windows.Forms.
ToolStripGripStyle
.Hidden;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
152
this.rulesToolStrip.GripStyle = System.Windows.Forms.
ToolStripGripStyle
.Hidden;
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
54
this.operationsToolStrip.GripStyle = System.Windows.Forms.
ToolStripGripStyle
.Hidden;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
119
this.operationsToolStrip.GripStyle = System.Windows.Forms.
ToolStripGripStyle
.Hidden;