1 write to bounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ArrangedElement.cs (1)
170this.bounds = bounds;
3 references to bounds
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ArrangedElement.cs (3)
42return bounds; 167if (bounds != this.bounds) { 168Rectangle oldBounds = this.bounds;