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)
117
if (!
_mta
.TrySetApartmentState(ApartmentState.MTA))
121
_mta
.IsBackground = true;
122
_mta
.Start();