1 write to _replacementText
System.Speech (1)
Result\RecognizedPhrase.cs (1)
288_replacementText = new Collection<ReplacementText>();
3 references to _replacementText
System.Speech (3)
Result\RecognizedPhrase.cs (3)
286if (_replacementText == null) 302_replacementText.Add(new ReplacementText(displayAttributes, text, (int)replacement.ulFirstElement, (int)replacement.ulCountOfElements)); 310return _replacementText;