16 references to DoLayoutIf
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
3529LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.UseCompatibleTextRendering);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (6)
354LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.FlatStyle); 415LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Image); 438LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ImageAlign); 687LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextAlign); 716LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextImageRelation); 739LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Text);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
128LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.CheckAlign);
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
45LayoutTransaction.DoLayoutIf(
System\Windows\Forms\Controls\Labels\Label.cs (4)
157LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.AutoEllipsis); 224LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle); 347LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle); 565LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ImageAlign);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
417LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.DrawMode);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
425LayoutTransaction.DoLayoutIf(AutoSize, this, this, PropertyNames.Image);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
971LayoutTransaction.DoLayoutIf((Items.Count > 0), this, this, PropertyNames.ImageScalingSize);