21 references to DoLayoutIf
System.Windows.Forms (21)
System\Windows\Forms\Control.cs (1)
3665LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.UseCompatibleTextRendering);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (6)
356LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.FlatStyle); 424LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Image); 447LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ImageAlign); 703LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextAlign); 732LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextImageRelation); 755LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Text);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
186LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.CheckAlign); 457LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, nameof(ThreeState));
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\TextBox\TextBox.cs (1)
388LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ScrollBars);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
1865LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Font); 1874LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Bounds); 1940LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Padding);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
932LayoutTransaction.DoLayoutIf((Items.Count > 0), this, this, PropertyNames.ImageScalingSize);