2 overrides of Invoke2
System.Speech (2)
Internal\SapiInterop\SapiProxy.cs (2)
90
internal override void
Invoke2
(VoidDelegate pfn)
175
internal override void
Invoke2
(VoidDelegate pfn)
18 references to Invoke2
System.Speech (18)
Internal\SapiInterop\SapiGrammar.cs (4)
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); });
Internal\SapiInterop\SapiRecoContext.cs (9)
24
_proxy.
Invoke2
(delegate { Marshal.ReleaseComObject(_recoContext); });
36
_proxy.
Invoke2
(delegate { _recoContext.SetInterest(eventInterest, queuedInterest); });
47
_proxy.
Invoke2
(delegate { _recoContext.SetMaxAlternates(count); });
52
_proxy.
Invoke2
(delegate { _recoContext.SetAudioOptions(options, audioFormatId, waveFormatEx); });
57
_proxy.
Invoke2
(delegate { _recoContext.Bookmark(options, position, lparam); });
62
_proxy.
Invoke2
(delegate { _recoContext.Resume(0); });
67
_proxy.
Invoke2
(delegate { _recoContext.SetContextState(state); });
77
_proxy.
Invoke2
(eventNotify.Dispose);
82
_proxy.
Invoke2
(delegate { ((ISpRecoContext2)_recoContext).SetGrammarOptions(options); });
Internal\SapiInterop\SapiRecognizer.cs (5)
65
_proxy.
Invoke2
(delegate { SetProperty(_proxy.Recognizer, name, value); });
74
_proxy.
Invoke2
(delegate { SetProperty(_proxy.Recognizer, name, value); });
87
_proxy.
Invoke2
(delegate { _proxy.Recognizer.SetRecognizer(recognizer); });
128
_proxy.
Invoke2
(delegate { _proxy.Recognizer.SetInput(input, allowFormatChanges); });
145
_proxy.
Invoke2
(delegate { _proxy.Recognizer.SetRecoState(state); });