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