6 references to Text
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ButtonBase.cs (2)
716
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.
Text
);
1056
using(LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.
Text
)) {
winforms\Managed\System\WinForms\Label.cs (2)
999
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.
Text
)) {
1481
using(LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.
Text
)) {
winforms\Managed\System\WinForms\RichTextBox.cs (1)
1471
using(LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.
Text
)) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3387
InvalidateItemLayout(PropertyNames.
Text
);