2 interfaces inheriting from ISpEventSource
System.Speech (2)
Internal\SapiInterop\SapiEventInterop.cs (1)
117internal interface ISpEventSource2 : ISpEventSource
Internal\SapiInterop\SapiRecoInterop.cs (1)
754internal interface ISpRecoContext : ISpEventSource
6 references to ISpEventSource
System.Speech (6)
Internal\SapiInterop\EventNotify.cs (5)
34internal EventNotify(ISpEventSource sapiEventSource, IAsyncDispatch dispatcher, bool additionalSapiFeatures) 60ISpEventSource? sapiEventSource = (ISpEventSource?)_sapiEventSourceReference.Target; 79ISpEventSource? sapiEventSource = (ISpEventSource?)_sapiEventSourceReference.Target;
Internal\SapiInterop\SpeechEvent.cs (1)
93internal static SpeechEvent? TryCreateSpeechEvent(ISpEventSource sapiEventSource, bool additionalSapiFeatures, SpeechAudioFormatInfo? audioFormat)