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)
53AutoSize = false
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ByteViewer.cs (1)
455AutoSize = false,
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1495AutoSize = false;
5 references to AutoSize
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
151get => base.AutoSize;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
364using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle)) 727using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Multiline)) 739SetStyle(ControlStyles.FixedHeight, AutoSize); 1169using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.WordWrap))