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