9 references to AutoSize
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (1)
627
LayoutTransaction.DoLayout(parent, this, PropertyNames.
AutoSize
);
System\Windows\Forms\Controls\Buttons\Button.cs (1)
70
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
AutoSize
);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
106
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
AutoSize
);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
113
LayoutTransaction.DoLayout(this, this, PropertyNames.
AutoSize
);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
341
InvalidateItemLayout(PropertyNames.
AutoSize
);
System\Windows\Forms\Form.cs (2)
507
LayoutTransaction.DoLayout(this, this, PropertyNames.
AutoSize
);
558
LayoutTransaction.DoLayout(toLayout, this, PropertyNames.
AutoSize
);
System\Windows\Forms\Panels\Panel.cs (1)
89
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
AutoSize
);
System\Windows\Forms\UserControl.cs (1)
93
LayoutTransaction.DoLayout(toLayout, this, PropertyNames.
AutoSize
);