9 references to AutoSize
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Button.cs (1)
98LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.AutoSize);
winforms\Managed\System\WinForms\Control.cs (1)
962LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.AutoSize);
winforms\Managed\System\WinForms\Form.cs (2)
667LayoutTransaction.DoLayout(this, this, PropertyNames.AutoSize); 722LayoutTransaction.DoLayout(toLayout, this, PropertyNames.AutoSize);
winforms\Managed\System\WinForms\GroupBox.cs (1)
144LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.AutoSize);
winforms\Managed\System\WinForms\Panel.cs (1)
115LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.AutoSize);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
195LayoutTransaction.DoLayout(this,this,PropertyNames.AutoSize);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
408InvalidateItemLayout(PropertyNames.AutoSize);
winforms\Managed\System\WinForms\UserControl.cs (1)
116LayoutTransaction.DoLayout(toLayout, this, PropertyNames.AutoSize);