1 write to s_templateHotRegionWidth
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
139
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)
1898
_hotRegion = new Rectangle(bounds.Left + 2, bounds.Top + 2,
s_templateHotRegionWidth
, bounds.Bottom - 4);
1902
_hotRegion = new Rectangle(bounds.Right -
s_templateHotRegionWidth
- 2, bounds.Top + 2,
s_templateHotRegionWidth
, bounds.Bottom - 4);
1919
_hotRegion = new Rectangle(bounds.Left + 2, bounds.Top + 2,
s_templateHotRegionWidth
, bounds.Bottom - 4);
1923
_hotRegion = new Rectangle(bounds.Right -
s_templateHotRegionWidth
- 2, bounds.Top + 2,
s_templateHotRegionWidth
, bounds.Bottom - 4);