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