1 write to BabbleTimeout
System.Speech (1)
Recognition\SpeechRecognitionEngine.cs (1)
149set { RecoBase.BabbleTimeout = value; }
2 references to BabbleTimeout
System.Speech (2)
Recognition\RecognizerBase.cs (1)
2200TimeSpan babbleTimeout = BabbleTimeout; // This gets the value in a thread-safe manner.
Recognition\SpeechRecognitionEngine.cs (1)
148get { return RecoBase.BabbleTimeout; }