1 write to s_templateHotRegionWidth
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
136
s_templateHotRegionWidth
= ScaleHelper.ScaleToInitialSystemDpi(TEMPLATE_HOTREGION_WIDTH_ORIGINAL);
6 references to s_templateHotRegionWidth
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (6)
1850
_hotRegion = new Rectangle(bounds.Left + 2, bounds.Top + 2,
s_templateHotRegionWidth
, bounds.Bottom - 4);
1854
_hotRegion = new Rectangle(bounds.Right -
s_templateHotRegionWidth
- 2, bounds.Top + 2,
s_templateHotRegionWidth
, bounds.Bottom - 4);
1871
_hotRegion = new Rectangle(bounds.Left + 2, bounds.Top + 2,
s_templateHotRegionWidth
, bounds.Bottom - 4);
1875
_hotRegion = new Rectangle(bounds.Right -
s_templateHotRegionWidth
- 2, bounds.Top + 2,
s_templateHotRegionWidth
, bounds.Bottom - 4);