2 references to SubstringByTextElements
mscorlib (1)
system\globalization\stringinfo.cs (1)
133
return (this.
SubstringByTextElements
(startingTextElement, this.Indexes.Length - startingTextElement));
System.Windows.Forms (1)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
615
string sub = stringInfo.
SubstringByTextElements
(0, index);