1 instantiation of EventNotify
System.Speech (1)
Internal\SapiInterop\SapiRecoContext.cs (1)
72
return (EventNotify)_proxy.Invoke(delegate { return new
EventNotify
(_recoContext, asyncWorker, supportsSapi53); })!;
7 references to EventNotify
System.Speech (7)
Internal\SapiInterop\EventNotify.cs (3)
12
public SpNotifySink(
EventNotify
eventNotify)
19
EventNotify
? eventNotify = (
EventNotify
?)_eventNotifyReference.Target;
Internal\SapiInterop\SapiRecoContext.cs (3)
70
internal
EventNotify
CreateEventNotify(AsyncSerializedWorker asyncWorker, bool supportsSapi53)
72
return (
EventNotify
)_proxy.Invoke(delegate { return new EventNotify(_recoContext, asyncWorker, supportsSapi53); })!;
75
internal void DisposeEventNotify(
EventNotify
eventNotify)
Recognition\RecognizerBase.cs (1)
2977
private
EventNotify
_eventNotify;