4 writes to _hotRegion
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (4)
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);
8 references to _hotRegion
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (8)
1836g.FillRectangle(b, _hotRegion); 1843g.FillRectangle(b, _hotRegion); 1905_owner.HotRegion = _hotRegion; 1908DrawDropDown(g, _hotRegion, _state); 1926_owner.HotRegion = _hotRegion; 1929DrawDropDown(g, _hotRegion, _state); 1938DrawDropDown(g, _hotRegion, _state); 1948DrawDropDown(g, _hotRegion, _state);