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