1 write to _textItem
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
66
_textItem
= textLineInfo.Item;
2 references to _textItem
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (2)
67
_label.Text = StripAmpersands(
_textItem
.DisplayName);
70
toolTip.SetToolTip(_label,
_textItem
.Description);