1 write to _sapiProxy
System.Speech (1)
Internal\SapiInterop\SapiGrammar.cs (1)
15
_sapiProxy
= thread;
6 references to _sapiProxy
System.Speech (6)
Internal\SapiInterop\SapiGrammar.cs (6)
34
_sapiProxy
.Invoke2(delegate { _sapiGrammar.SetGrammarState(state); });
40
_sapiProxy
.Invoke2(delegate { _sapiGrammar.SetWordSequenceData(text, (uint)text.Length, ref selectionInfo); });
45
_sapiProxy
.Invoke2(delegate { _sapiGrammar.LoadCmdFromMemory(grammar, options); });
50
_sapiProxy
.Invoke2(delegate { _sapiGrammar.LoadDictation(pszTopicName, options); });
55
return (SAPIErrorCodes)
_sapiProxy
.Invoke(delegate { return _sapiGrammar.SetDictationState(state); })!;
60
return (SAPIErrorCodes)
_sapiProxy
.Invoke(delegate { return _sapiGrammar.SetRuleState(name, IntPtr.Zero, state); })!;