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); 150EditControl.AccessibleName = StripAmpersands(PropertyItem.DisplayName);
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
67_label.Text = StripAmpersands(_textItem.DisplayName);