4 references to UnicodeArabicKashida
PresentationFramework (4)
System\Windows\Documents\TextFindEngine.cs (4)
508
textString = textString.Replace(
UnicodeArabicKashida
, '0');
509
findPattern = findPattern.Replace(
UnicodeArabicKashida
, '0');
609
text = text.Replace(
UnicodeArabicKashida
, '0');
610
pattern = pattern.Replace(
UnicodeArabicKashida
, '0');