1 write to _bounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
606_bounds = bounds;
3 references to _bounds
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (3)
65return _bounds; 602if (bounds != _bounds) 604Rectangle oldBounds = _bounds;