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