1 implementation of ISpNotifySink
System.Speech (1)
Internal\SapiInterop\EventNotify.cs (1)
10internal class SpNotifySink : ISpNotifySink
6 references to ISpNotifySink
System.Speech (6)
Internal\SapiInterop\EventNotify.cs (2)
17void ISpNotifySink.Notify() 118private ISpNotifySink? _notifySink;
Internal\SapiInterop\SapiEventInterop.cs (3)
87void SetNotifySink(ISpNotifySink? pNotifySink); 101new void SetNotifySink(ISpNotifySink? pNotifySink); 120new void SetNotifySink(ISpNotifySink? pNotifySink);
Internal\SapiInterop\SapiRecoInterop.cs (1)
757new void SetNotifySink(ISpNotifySink pNotifySink);