4 references to SPCONTEXTSTATE
System.Speech (4)
Internal\SapiInterop\SapiRecoContext.cs (1)
65
internal void SetContextState(
SPCONTEXTSTATE
state)
Internal\SapiInterop\SapiRecoInterop.cs (1)
788
void SetContextState(
SPCONTEXTSTATE
eContextState);
Recognition\RecognizerBase.cs (2)
1025
SapiContext.SetContextState(value ?
SPCONTEXTSTATE
.SPCS_ENABLED :
SPCONTEXTSTATE
.SPCS_DISABLED);