Base:
property
AutoSize
System.Windows.Forms.TextBoxBase.AutoSize
1 write to AutoSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
152AutoSize = false;
2 references to AutoSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
805using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.ScrollBars)) { 1471using(LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text)) {