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