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