9 references to Indexes
mscorlib (9)
system\globalization\stringinfo.cs (9)
111if(null == this.Indexes) { 116return(this.Indexes.Length); 122if(null == this.Indexes) { 133return (this.SubstringByTextElements(startingTextElement, this.Indexes.Length - startingTextElement)); 146if(this.String.Length == 0 || startingTextElement >= this.Indexes.Length) { 156if(startingTextElement > this.Indexes.Length - lengthInTextElements) { 161int start = this.Indexes[startingTextElement]; 163if(startingTextElement + lengthInTextElements == this.Indexes.Length) { 169return(this.String.Substring(start, (this.Indexes[lengthInTextElements + startingTextElement] - start)));