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