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