5 references to StripAmpersands
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
53
_checkBox.Text =
StripAmpersands
(PropertyItem!.DisplayName);
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
90
_linkLabel.Text =
StripAmpersands
(_methodItem.DisplayName);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (2)
127
_label.Text =
StripAmpersands
(PropertyItem!.DisplayName);
150
EditControl.AccessibleName =
StripAmpersands
(PropertyItem.DisplayName);
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
67
_label.Text =
StripAmpersands
(_textItem.DisplayName);