1 write to _bounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3274_bounds = bounds;
5 references to _bounds
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
553public virtual Rectangle Bounds => _bounds; 562Rectangle client = _bounds; 3273Rectangle oldBounds = _bounds; 3281if (_bounds != oldBounds) 3286if (_bounds.Location != oldBounds.Location)