1 write to GripThickness
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.cs (1)
246
GripThickness
= ScaleHelper.ScaleToDpi(
10 references to GripThickness
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (8)
736
int gripwidth = Grip.
GripThickness
+ Grip.Margin.Horizontal;
743
int gripheight = Grip.
GripThickness
+ Grip.Margin.Vertical;
2323
maxSize.Width += gripMargin.Horizontal + toolStrip.Grip.
GripThickness
;
2381
maxSize.Height += gripMargin.Vertical + toolStrip.Grip.
GripThickness
;
4176
gripRectangle.X = Math.Max(0, displayRect.X - Grip.
GripThickness
);
4178
gripRectangle.Width = Grip.
GripThickness
;
4194
gripRectangle.Y = displayRect.Top - (Grip.
GripThickness
+ Grip.Margin.Bottom);
4196
gripRectangle.Height = Grip.
GripThickness
;
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.cs (2)
82
preferredSize = new Size(ParentInternal.Width,
GripThickness
);
86
preferredSize = new Size(
GripThickness
, ParentInternal.Height);