Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
1 override of AutoSize
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
149
public override bool
AutoSize
6 writes to AutoSize
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
303
AutoSize
= false,
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
152
set => base.
AutoSize
= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
86
AutoSize
= true
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
53
AutoSize
= false
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ByteViewer.cs (1)
455
AutoSize
= false,
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1495
AutoSize
= false;
5 references to AutoSize
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
151
get => base.
AutoSize
;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
364
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.BorderStyle))
727
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.Multiline))
739
SetStyle(ControlStyles.FixedHeight,
AutoSize
);
1169
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.WordWrap))