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