4 references to UnicodeArabicKashida
PresentationFramework (4)
System\Windows\Documents\TextFindEngine.cs (4)
498
textString = textString.Replace(
UnicodeArabicKashida
, '0');
499
findPattern = findPattern.Replace(
UnicodeArabicKashida
, '0');
599
text = text.Replace(
UnicodeArabicKashida
, '0');
600
pattern = pattern.Replace(
UnicodeArabicKashida
, '0');