1 instantiation of ReplacementText
System.Speech (1)
Result\RecognizedPhrase.cs (1)
302_replacementText.Add(new ReplacementText(displayAttributes, text, (int)replacement.ulFirstElement, (int)replacement.ulCountOfElements));
7 references to ReplacementText
System.Speech (7)
Result\RecognizedPhrase.cs (7)
91Collection<ReplacementText> replacements = ReplacementWordUnits; 92ReplacementText? replacement; 282public Collection<ReplacementText> ReplacementWordUnits 288_replacementText = new Collection<ReplacementText>(); 1021private static int NextReplacementWord(Collection<ReplacementText> replacements, out ReplacementText? replacement, ref int posInCollection) 1218private Collection<ReplacementText>? _replacementText;