16 references to DoLayoutIf
System.Windows.Forms (16)
winforms\Managed\System\WinForms\ButtonBase.cs (6)
288
LayoutTransaction.
DoLayoutIf
(AutoSize,ParentInternal, this, PropertyNames.FlatStyle);
358
LayoutTransaction.
DoLayoutIf
(AutoSize, ParentInternal, this, PropertyNames.Image);
387
LayoutTransaction.
DoLayoutIf
(AutoSize, ParentInternal, this, PropertyNames.ImageAlign);
668
LayoutTransaction.
DoLayoutIf
(AutoSize, ParentInternal, this, PropertyNames.TextAlign);
694
LayoutTransaction.
DoLayoutIf
(AutoSize, ParentInternal, this, PropertyNames.TextImageRelation);
716
LayoutTransaction.
DoLayoutIf
(AutoSize, ParentInternal, this, PropertyNames.Text);
winforms\Managed\System\WinForms\CheckBox.cs (1)
198
LayoutTransaction.
DoLayoutIf
(AutoSize, ParentInternal, this, PropertyNames.CheckAlign);
winforms\Managed\System\WinForms\Control.cs (1)
4336
LayoutTransaction.
DoLayoutIf
(AutoSize, ParentInternal, this, PropertyNames.UseCompatibleTextRendering);
winforms\Managed\System\WinForms\FlatButtonAppearance.cs (1)
56
LayoutTransaction.
DoLayoutIf
(owner.AutoSize, owner.ParentInternal, owner, PropertyNames.FlatAppearanceBorderSize);
winforms\Managed\System\WinForms\Label.cs (4)
197
LayoutTransaction.
DoLayoutIf
(AutoSize,ParentInternal, this, PropertyNames.AutoEllipsis);
294
LayoutTransaction.
DoLayoutIf
(AutoSize, ParentInternal, this, PropertyNames.BorderStyle);
431
LayoutTransaction.
DoLayoutIf
(AutoSize, ParentInternal, this, PropertyNames.BorderStyle);
665
LayoutTransaction.
DoLayoutIf
(AutoSize, ParentInternal, this, PropertyNames.ImageAlign);
winforms\Managed\System\WinForms\ListBox.cs (1)
451
LayoutTransaction.
DoLayoutIf
(AutoSize, this.ParentInternal, this, PropertyNames.DrawMode);
winforms\Managed\System\WinForms\PictureBox.cs (1)
525
LayoutTransaction.
DoLayoutIf
(AutoSize, this, this, PropertyNames.Image);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1066
LayoutTransaction.
DoLayoutIf
((Items.Count > 0), this, this, PropertyNames.ImageScalingSize);