201 references to Replace
mscorlib (14)
PresentationCore (1)
PresentationFramework (20)
src\Framework\System\Windows\Documents\TextFindEngine.cs (19)
513textString = textString.Replace(UnicodeArabicKashida, '0');
514findPattern = findPattern.Replace(UnicodeArabicKashida, '0');
520textString = textString.Replace(UnicodeArabicAlefMaddaAbove, '0');
521textString = textString.Replace(UnicodeArabicAlefHamzaAbove, '1');
522textString = textString.Replace(UnicodeArabicAlefHamzaBelow, '2');
524findPattern = findPattern.Replace(UnicodeArabicAlefMaddaAbove, '0');
525findPattern = findPattern.Replace(UnicodeArabicAlefHamzaAbove, '1');
526findPattern = findPattern.Replace(UnicodeArabicAlefHamzaBelow, '2');
619text = text.Replace(UnicodeArabicKashida, '0');
620pattern = pattern.Replace(UnicodeArabicKashida, '0');
635text = text.Replace(UnicodeArabicAlefMaddaAbove, '0');
636text = text.Replace(UnicodeArabicAlefHamzaAbove, '1');
637text = text.Replace(UnicodeArabicAlefHamzaBelow, '2');
639pattern = pattern.Replace(UnicodeArabicAlefMaddaAbove, '0');
640pattern = pattern.Replace(UnicodeArabicAlefHamzaAbove, '1');
641pattern = pattern.Replace(UnicodeArabicAlefHamzaBelow, '2');
829textString = textString.Replace(UnicodeArabicAlefMaddaAbove, UnicodeArabicAlef);
830textString = textString.Replace(UnicodeArabicAlefHamzaAbove, UnicodeArabicAlef);
831textString = textString.Replace(UnicodeArabicAlefHamzaBelow, UnicodeArabicAlef);
SMDiagnostics (1)
System (13)
System.Activities.Presentation (2)
System.Configuration (6)
System.Core (1)
System.Data (12)
System.Data.Entity (1)
System.Data.Entity.Design (1)
System.Data.Services.Design (1)
System.Drawing (2)
System.Management (5)
System.Messaging (1)
System.Net (2)
System.Runtime.Remoting (4)
System.Runtime.Serialization (4)
System.Security (1)
System.ServiceModel (4)
System.ServiceModel.Activities (1)
System.ServiceModel.Internals (2)
System.Web (31)
System.Web.Extensions (1)
System.Web.Mobile (9)
System.Web.Services (4)
System.Windows.Forms (3)
System.Workflow.Activities (10)
System.Workflow.ComponentModel (29)
System.Workflow.Runtime (3)
System.Xml (7)
WindowsBase (5)