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