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