4 writes to _hotRegion
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (4)
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);
8 references to _hotRegion
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (8)
1788
g.FillRectangle(b,
_hotRegion
);
1795
g.FillRectangle(b,
_hotRegion
);
1857
_owner.HotRegion =
_hotRegion
;
1860
DrawDropDown(g,
_hotRegion
, _state);
1878
_owner.HotRegion =
_hotRegion
;
1881
DrawDropDown(g,
_hotRegion
, _state);
1890
DrawDropDown(g,
_hotRegion
, _state);
1900
DrawDropDown(g,
_hotRegion
, _state);