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