4 references to UnicodeArabicKashida
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextFindEngine.cs (4)
513
textString = textString.Replace(
UnicodeArabicKashida
, '0');
514
findPattern = findPattern.Replace(
UnicodeArabicKashida
, '0');
619
text = text.Replace(
UnicodeArabicKashida
, '0');
620
pattern = pattern.Replace(
UnicodeArabicKashida
, '0');