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