Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
1 override of AutoSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
209public override bool AutoSize {
4 writes to AutoSize
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
352edit.AutoSize = false;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
214base.AutoSize = value;
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
159textBox.AutoSize = true;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
95upDownEdit.AutoSize = false;
5 references to AutoSize
System.Windows.Forms (5)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
211return base.AutoSize;
winforms\Managed\System\WinForms\TextBoxBase.cs (4)
408using(LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle)) { 845using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Multiline)) { 855SetStyle(ControlStyles.FixedHeight, AutoSize); 1353using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.WordWrap)) {