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