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)
31
return
_bounds
;
183
if (bounds !=
_bounds
)
185
Rectangle oldBounds =
_bounds
;