1 write to _bounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3232
_bounds
= bounds;
5 references to _bounds
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
546
public virtual Rectangle Bounds =>
_bounds
;
555
Rectangle client =
_bounds
;
3231
Rectangle oldBounds =
_bounds
;
3239
if (
_bounds
!= oldBounds)
3244
if (
_bounds
.Location != oldBounds.Location)