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); }); 55return (SAPIErrorCodes)_sapiProxy.Invoke(delegate { return _sapiGrammar.SetDictationState(state); })!; 60return (SAPIErrorCodes)_sapiProxy.Invoke(delegate { return _sapiGrammar.SetRuleState(name, IntPtr.Zero, state); })!;