4 writes to _hotRegion
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (4)
1859_hotRegion = new Rectangle(bounds.Left + 2, bounds.Top + 2, s_templateHotRegionWidth, bounds.Bottom - 4); 1863_hotRegion = new Rectangle(bounds.Right - s_templateHotRegionWidth - 2, bounds.Top + 2, s_templateHotRegionWidth, bounds.Bottom - 4); 1880_hotRegion = new Rectangle(bounds.Left + 2, bounds.Top + 2, s_templateHotRegionWidth, bounds.Bottom - 4); 1884_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)
1797g.FillRectangle(b, _hotRegion); 1804g.FillRectangle(b, _hotRegion); 1866_owner.HotRegion = _hotRegion; 1869DrawDropDown(g, _hotRegion, _state); 1887_owner.HotRegion = _hotRegion; 1890DrawDropDown(g, _hotRegion, _state); 1899DrawDropDown(g, _hotRegion, _state); 1909DrawDropDown(g, _hotRegion, _state);