17 references to SPRECOSTATE
System.Speech (17)
Internal\SapiInterop\SapiRecognizer.cs (4)
137
internal
SPRECOSTATE
GetRecoState()
139
SPRECOSTATE
state;
140
return (
SPRECOSTATE
)_proxy.Invoke(delegate { _proxy.Recognizer.GetRecoState(out state); return state; })!;
143
internal void SetRecoState(
SPRECOSTATE
state)
Internal\SapiInterop\SapiRecoInterop.cs (2)
838
void GetRecoState(out
SPRECOSTATE
pState);
839
void SetRecoState(
SPRECOSTATE
NewState);
Recognition\RecognizerBase.cs (10)
563
SapiRecognizer.SetRecoState(
SPRECOSTATE
.SPRST_ACTIVE_ALWAYS);
667
SapiRecognizer.SetRecoState(
SPRECOSTATE
.SPRST_INACTIVE_WITH_PURGE);
694
SapiRecognizer.SetRecoState(
SPRECOSTATE
.SPRST_INACTIVE);
990
SPRECOSTATE
sapiState;
992
if (sapiState ==
SPRECOSTATE
.SPRST_ACTIVE || sapiState ==
SPRECOSTATE
.SPRST_ACTIVE_ALWAYS)
2049
SapiRecognizer.SetRecoState(
SPRECOSTATE
.SPRST_ACTIVE_ALWAYS);
2250
SapiRecognizer.SetRecoState(
SPRECOSTATE
.SPRST_INACTIVE_WITH_PURGE);
2370
SapiRecognizer.SetRecoState(
SPRECOSTATE
.SPRST_INACTIVE_WITH_PURGE);
2515
SapiRecognizer.SetRecoState(
SPRECOSTATE
.SPRST_INACTIVE_WITH_PURGE);
Recognition\SpeechRecognitionEngine.cs (1)
544
_sapiRecognizer.SetRecoState(
SPRECOSTATE
.SPRST_INACTIVE);