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