2 references to IsSapi53
System.Speech (2)
Internal\SapiInterop\SapiRecognizer.cs (1)
36if (!IsSapi53 && System.Threading.Thread.CurrentThread.GetApartmentState() == System.Threading.ApartmentState.STA)
Recognition\RecognizerBase.cs (1)
465_supportsSapi53 = recognizer.IsSapi53;