1 write to s_templateHeight
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
135
s_templateHeight
= ScaleHelper.ScaleToInitialSystemDpi(TEMPLATE_HEIGHT_ORIGINAL);
3 references to s_templateHeight
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (3)
1687
return new Size(Width,
s_templateHeight
);
1744
base.SetBoundsCore(x, y, s_toolStripTemplateWidth,
s_templateHeight
, specified);
1748
base.SetBoundsCore(x, y, s_templateWidth,
s_templateHeight
, specified);