1 write to _cachedBounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
65
_cachedBounds
= value;
3 references to _cachedBounds
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (3)
62
get { return
_cachedBounds
; }
66
Debug.Assert(
_cachedBounds
.X >= 0 &&
_cachedBounds
.Y >= 0, "cached bounds are outside of the client area, investigate");