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)
65
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;
10 references to AutoSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
151
get => base.
AutoSize
;
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
388
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.ScrollBars);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (8)
387
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.BorderStyle))
757
condition:
AutoSize
,
772
SetStyle(ControlStyles.FixedHeight,
AutoSize
);
884
if (
AutoSize
&& !Multiline && BorderStyle == BorderStyle.Fixed3D)
1442
condition:
AutoSize
,
1865
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.Font);
1874
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.Bounds);
1940
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.Padding);