1 write to _bounds
System.Windows.Forms (1)
System\Windows\Forms\Layout\ArrangedElement.cs (1)
187_bounds = bounds;
3 references to _bounds
System.Windows.Forms (3)
System\Windows\Forms\Layout\ArrangedElement.cs (3)
31return _bounds; 183if (bounds != _bounds) 185Rectangle oldBounds = _bounds;