6 writes to AsyncMode
System.Speech (6)
Internal\Synthesis\VoiceSynthesis.cs (2)
117
_asyncWorkerUI.
AsyncMode
= false;
137
_asyncWorkerUI.
AsyncMode
= true;
Recognition\RecognizerBase.cs (4)
605
_asyncWorkerUI.
AsyncMode
= false;
635
_asyncWorkerUI.
AsyncMode
= true;
1859
_asyncWorkerUI.
AsyncMode
= false;
1870
_asyncWorkerUI.
AsyncMode
= true;
3 references to AsyncMode
System.Speech (3)
Internal\AsyncSerializedWorker.cs (1)
231
if (
AsyncMode
)
Internal\Synthesis\VoiceSynthesis.cs (1)
1495
if (!_asyncWorkerUI.
AsyncMode
)
Recognition\RecognizerBase.cs (1)
2095
if (!_asyncWorkerUI.
AsyncMode
)