2 writes to gripThickness
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripGrip.cs (2)
43
gripThickness
= ToolStripManager.VisualStylesEnabled ? scaledGripThicknessVisualStylesEnabled : scaledGripThickness;
248
gripThickness
= ToolStripManager.VisualStylesEnabled ? scaledGripThicknessVisualStylesEnabled : scaledGripThickness;
3 references to gripThickness
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripGrip.cs (3)
65
return
gripThickness
;
108
preferredSize = new Size(this.ParentInternal.Width,
gripThickness
);
111
preferredSize = new Size(
gripThickness
, this.ParentInternal.Height);