1 instantiation of TextElementEnumerator
mscorlib (1)
system\globalization\stringinfo.cs (1)
314return (new TextElementEnumerator(str, index, len));
2 references to TextElementEnumerator
mscorlib (2)
system\globalization\stringinfo.cs (2)
292public static TextElementEnumerator GetTextElementEnumerator(String str) 297public static TextElementEnumerator GetTextElementEnumerator(String str, int index)