Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
1 override of AutoSize
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
149public override bool AutoSize
6 writes to AutoSize
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
303AutoSize = false,
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
152set => base.AutoSize = value;
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
86AutoSize = true
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
65AutoSize = false
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ByteViewer.cs (1)
455AutoSize = false,
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1495AutoSize = false;
10 references to AutoSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
151get => base.AutoSize;
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
388LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ScrollBars);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (8)
387using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle)) 757condition: AutoSize, 772SetStyle(ControlStyles.FixedHeight, AutoSize); 884if (AutoSize && !Multiline && BorderStyle == BorderStyle.Fixed3D) 1442condition: AutoSize, 1865LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Font); 1874LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Bounds); 1940LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Padding);