2 implementations of Mode
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
148GrammarType IGrammar.Mode
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
313public GrammarType Mode
3 writes to Mode
System.Speech (3)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
61grammar.Mode = source.Mode;
Internal\SrgsParser\XmlParser.cs (2)
335grammar.Mode = GrammarType.VoiceGrammar; 339grammarType = grammar.Mode = GrammarType.DtmfGrammar;