3 writes to _unit
System.Speech (3)
Synthesis\TTSEngine\TTSEngineTypes.cs (3)
363
public ProsodyUnit Unit { get { return _unit; } internal set {
_unit
= value; } }
370
_unit
= ProsodyUnit.Default;
377
_unit
= ProsodyUnit.Default;
1 reference to _unit
System.Speech (1)
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
363
public ProsodyUnit Unit { get { return
_unit
; } internal set { _unit = value; } }