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)
740
int gripwidth = Grip.
GripThickness
+ Grip.Margin.Horizontal;
747
int gripheight = Grip.
GripThickness
+ Grip.Margin.Vertical;
2321
maxSize.Width += gripMargin.Horizontal + toolStrip.Grip.
GripThickness
;
2379
maxSize.Height += gripMargin.Vertical + toolStrip.Grip.
GripThickness
;
4182
gripRectangle.X = Math.Max(0, displayRect.X - Grip.
GripThickness
);
4184
gripRectangle.Width = Grip.
GripThickness
;
4200
gripRectangle.Y = displayRect.Top - (Grip.
GripThickness
+ Grip.Margin.Bottom);
4202
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);