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