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