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