3 writes to _isPercent
System.Speech (3)
Synthesis\TTSEngine\TTSEngineTypes.cs (3)
361
public bool IsNumberPercent { get { return _isPercent; } internal set {
_isPercent
= value; } }
369
_isPercent
= true;
376
_isPercent
= false;
1 reference to _isPercent
System.Speech (1)
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
361
public bool IsNumberPercent { get { return
_isPercent
; } internal set { _isPercent = value; } }