2 references to CharacterPosition
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
180text = RemoveEscapeString(e.Prompt._text, e.CharacterPosition, length, out length); 185text = e.Prompt._text.Substring(e.CharacterPosition, e.CharacterCount);