7 writes to CachedBounds
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
295CachedBounds = bounds;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (6)
444c.CachedBounds = cachedBounds; 478currentCell.CachedBounds = cachedBounds; 496c.CachedBounds = cachedBounds; 541c.CachedBounds = cachedBounds; 575currentCell.CachedBounds = cachedBounds; 593c.CachedBounds = cachedBounds;
11 references to CachedBounds
System.Windows.Forms (11)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (11)
359element.SetBounds(cell.CachedBounds, BoundsSpecified.None); 416int spaceToFree = cell.CachedBounds.Right - RowManager.DisplayRectangle.Right; 442Rectangle cachedBounds = c.CachedBounds; 461Rectangle cachedBounds = currentCell.CachedBounds; 475cellOffsets[j] += Math.Max(0, currentCell.CachedBounds.Width - cachedBounds.Width); 494Rectangle cachedBounds = c.CachedBounds; 513int spaceToFree = cell.CachedBounds.Bottom - RowManager.DisplayRectangle.Bottom; 539Rectangle cachedBounds = c.CachedBounds; 558Rectangle cachedBounds = currentCell.CachedBounds; 572cellOffsets[j] += Math.Max(0, currentCell.CachedBounds.Height - cachedBounds.Height); 591Rectangle cachedBounds = c.CachedBounds;