3 writes to Text
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (2)
666Text = text, 693Text = 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)
221if (!string.IsNullOrEmpty(Text)) 505if (ImageSize == Size.Empty || Text is null || Text.Length == 0 || textImageRelation == TextImageRelation.Overlay) 686screen.Graphics.MeasureString(Text, Font, new SizeF(proposedSize.Width, proposedSize.Height), 689else if (!string.IsNullOrEmpty(Text)) 692textSize = TextRenderer.MeasureText(Text, Font, proposedSize, TextFormatFlags); 709text = {{Text}}