1 write to s_toolStripTempateHeight
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
134
s_toolStripTempateHeight
= ScaleHelper.ScaleToInitialSystemDpi(TOOLSTRIP_TEMPLATE_HEIGHT_ORIGINAL);
2 references to s_toolStripTempateHeight
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
1683
return new Size(Width,
s_toolStripTempateHeight
);
1740
base.SetBoundsCore(x, y, s_toolStripTemplateWidth,
s_toolStripTempateHeight
, specified);