2 references to StartSentence
System.Speech (2)
Internal\Synthesis\ConvertTextFrag.cs (1)
23
if (textFragment.State.Action == TtsEngineAction.StartParagraph || textFragment.State.Action == TtsEngineAction.
StartSentence
)
Internal\Synthesis\TextFragmentEngine.cs (1)
52
fragmentState.Action = TtsEngineAction.
StartSentence
;