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