2 implementations of ProcessEmphasis
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
110public void ProcessEmphasis(bool noLevel, EmphasisWord word)
Internal\Synthesis\TextWriterEngine.cs (1)
124public void ProcessEmphasis(bool noLevel, EmphasisWord word)
1 reference to ProcessEmphasis
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
535engine.ProcessEmphasis(!string.IsNullOrEmpty(sLevel), (EmphasisWord)ssmlAttributes._fragmentState.Emphasis);