1 write to cachedBounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (1)
68set { cachedBounds = value;
3 references to cachedBounds
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (3)
67get { return cachedBounds; } 69Debug.Assert(cachedBounds.X >= 0 && cachedBounds.Y >= 0, "cached bounds are outside of the client area, investigate");