2 writes to _emphasis
System.Speech (2)
Synthesis\TTSEngine\TTSEngineTypes.cs (2)
218
public int Emphasis { get { return _emphasis; } internal set {
_emphasis
= value; } }
233
_emphasis
= emphasis;
1 reference to _emphasis
System.Speech (1)
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
218
public int Emphasis { get { return
_emphasis
; } internal set { _emphasis = value; } }