16 references to DoLayoutIf
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
3493LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.UseCompatibleTextRendering);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (6)
398LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.FlatStyle); 466LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Image); 489LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ImageAlign); 745LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextAlign); 774LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextImageRelation); 797LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Text);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
147LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.CheckAlign);
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
44LayoutTransaction.DoLayoutIf(
System\Windows\Forms\Controls\Labels\Label.cs (4)
153LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.AutoEllipsis); 220LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle); 345LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle); 558LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ImageAlign);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
415LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.DrawMode);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
422LayoutTransaction.DoLayoutIf(AutoSize, this, this, PropertyNames.Image);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
932LayoutTransaction.DoLayoutIf((Items.Count > 0), this, this, PropertyNames.ImageScalingSize);