1 write to bounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
597
this.
bounds
= bounds;
3 references to bounds
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (3)
88
return
bounds
;
594
if (bounds != this.
bounds
) {
595
Rectangle oldBounds = this.
bounds
;