2 writes to _proxy
System.Speech (2)
Internal\SapiInterop\SapiRecognizer.cs (2)
40
_proxy
= new SapiProxy.MTAThread(type);
44
_proxy
= new SapiProxy.PassThrough(recognizer);
30 references to _proxy
System.Speech (30)
Internal\SapiInterop\SapiRecognizer.cs (30)
52
_proxy
.Dispose();
65
_proxy
.Invoke2(delegate { SetProperty(
_proxy
.Recognizer, name, value); });
70
return (int)
_proxy
.Invoke(delegate { return GetProperty(
_proxy
.Recognizer, name, true); })!;
74
_proxy
.Invoke2(delegate { SetProperty(
_proxy
.Recognizer, name, value); });
79
return (string)
_proxy
.Invoke(delegate { return GetProperty(
_proxy
.Recognizer, name, false); })!;
87
_proxy
.Invoke2(delegate {
_proxy
.Recognizer.SetRecognizer(recognizer); });
100
return (RecognizerInfo)
_proxy
.Invoke(delegate
103
_proxy
.Recognizer.GetRecognizer(out sapiObjectToken);
128
_proxy
.Invoke2(delegate {
_proxy
.Recognizer.SetInput(input, allowFormatChanges); });
134
return (SapiRecoContext)
_proxy
.Invoke(delegate {
_proxy
.Recognizer.CreateRecoContext(out context); return new SapiRecoContext(context,
_proxy
); })!;
140
return (SPRECOSTATE)
_proxy
.Invoke(delegate {
_proxy
.Recognizer.GetRecoState(out state); return state; })!;
145
_proxy
.Invoke2(delegate {
_proxy
.Recognizer.SetRecoState(state); });
151
return (SPRECOGNIZERSTATUS)
_proxy
.Invoke(delegate {
_proxy
.Recognizer.GetStatus(out status); return status; })!;
156
return (IntPtr)
_proxy
.Invoke(delegate
160
_proxy
.Recognizer.GetFormat(WaveFormatType, out formatId, out ppCoMemWFEX); return ppCoMemWFEX;
167
return (SAPIErrorCodes)
_proxy
.Invoke(delegate { return
_proxy
.SapiSpeechRecognizer.EmulateRecognition(phrase, ref displayAttributes, 0); })!;
172
return (SAPIErrorCodes)
_proxy
.Invoke(delegate { return
_proxy
.Recognizer2.EmulateRecognitionEx(iSpPhrase, dwCompareFlags); })!;