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