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