9 references to AutoSize
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (1)
701
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)
504
LayoutTransaction.DoLayout(this, this, PropertyNames.
AutoSize
);
555
LayoutTransaction.DoLayout(toLayout, this, PropertyNames.
AutoSize
);
System\Windows\Forms\Panels\Panel.cs (1)
85
LayoutTransaction.DoLayout(ParentInternal, this, PropertyNames.
AutoSize
);
System\Windows\Forms\UserControl.cs (1)
93
LayoutTransaction.DoLayout(toLayout, this, PropertyNames.
AutoSize
);