6 references to Text
System.Speech (6)
Internal\SapiInterop\SapiRecoInterop.cs (4)
474if (word.Text != null) 476GCHandle handle = GCHandle.Alloc(word.Text, GCHandleType.Pinned); 481if (word.Text == null || word.LexicalForm != word.Text)
Result\RecognizedPhrase.cs (2)
112text = Words[i].Text; 503sb.Append(words[(int)children._firstElement + i].Text);