Base:
property
AutoSize
System.Windows.Forms.ToolStrip.AutoSize
3 writes to AutoSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ContextMenuStrip.cs (1)
65contextMenuStrip.AutoSize = AutoSize;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1320this.AutoSize = true;
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
827this.AutoSize = false;
2 references to AutoSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContextMenuStrip.cs (1)
65contextMenuStrip.AutoSize = AutoSize;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1274if (AutoSize) {