1 write to _bounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3241_bounds = bounds;
5 references to _bounds
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
551public virtual Rectangle Bounds => _bounds; 560Rectangle client = _bounds; 3240Rectangle oldBounds = _bounds; 3248if (_bounds != oldBounds) 3253if (_bounds.Location != oldBounds.Location)