6 references to Text
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
739LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Text); 1102using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\Labels\Label.cs (2)
787using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text)) 1213using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1346using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3000InvalidateItemLayout(PropertyNames.Text);