4 references to Replace
System (2)
compmod\system\componentmodel\design\DesignerVerb.cs (2)
35Properties["Text"] = text == null ? null : Regex.Replace(text, @"\(\&.\)", ""); // VSWHIDBEY 485835 46Properties["Text"] = text == null ? null : Regex.Replace(text, @"\(\&.\)", "");// VSWHIDBEY 485835
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlSelectionListAdapter.cs (1)
220selected = Regex.Replace(selected, ";$", "");
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (1)
112selected = Regex.Replace(selected, ";$", "");