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