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