3 writes to Text
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (2)
574Text = text, 601Text = Control.Text,
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (1)
110layoutOptions.Text = ((Owner.DisplayStyle & ToolStripItemDisplayStyle.Text) == ToolStripItemDisplayStyle.Text) ? Owner.Text : string.Empty;
7 references to Text
System.Windows.Forms (7)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (7)
213if (!string.IsNullOrEmpty(Text)) 490if (ImageSize == Size.Empty || Text is null || Text.Length == 0 || textImageRelation == TextImageRelation.Overlay) 671screen.Graphics.MeasureString(Text, Font, new SizeF(proposedSize.Width, proposedSize.Height), 674else if (!string.IsNullOrEmpty(Text)) 677textSize = TextRenderer.MeasureText(Text, Font, proposedSize, TextFormatFlags); 694text = {{Text}}