1 write to bounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3619
this.
bounds
= bounds;
5 references to bounds
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripItem.cs (5)
587
return
bounds
;
594
Rectangle client =
bounds
;
3618
Rectangle oldBounds = this.
bounds
;
3625
if (this.
bounds
!= oldBounds) {
3629
if (this.
bounds
.Location != oldBounds.Location) {