2 writes to Size
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripSettings.cs (2)
391this.Size = toolStrip.Size; 400this.Size = toolStripSettings.Size;
2 references to Size
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripSettings.cs (2)
147toolStripSettings.Size = stub.Size; 244toolStrip.Size = settings.Size;