1 write to _mta
System.Speech (1)
Internal\SapiInterop\SapiProxy.cs (1)
116_mta = new Thread(new ThreadStart(SapiMTAThread));
3 references to _mta
System.Speech (3)
Internal\SapiInterop\SapiProxy.cs (3)
117if (!_mta.TrySetApartmentState(ApartmentState.MTA)) 121_mta.IsBackground = true; 122_mta.Start();