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