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