6 references to Text
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
797LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Text); 1164using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\Labels\Label.cs (2)
785using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text)) 1211using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1341using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2999InvalidateItemLayout(PropertyNames.Text);