1 write to _backend
System.Speech (1)
Internal\SrgsCompiler\GrammarElement.cs (1)
19_backend = backend;
12 references to _backend
System.Speech (12)
Internal\SrgsCompiler\GrammarElement.cs (12)
127_backend.SetBasePath(value.ToString()); 141_backend.LangId = value.LCID; 152_backend.GrammarMode = value; 163_backend.Alphabet = value; 174return System.Speech.Recognition.SrgsGrammar.SrgsDocument.GrammarOptions2TagFormat(_backend.GrammarOptions); 178_backend.GrammarOptions = System.Speech.Recognition.SrgsGrammar.SrgsDocument.TagFormat2GrammarOptions(value); 189return _backend.GlobalTags; 193_backend.GlobalTags = value; 209return _backend; 322Rule? rule = _backend.FindRule(sRuleId); 333_backend.SetRuleAttributes(rule, dwAttributes); 348rule = _backend.CreateRule(sRuleId, dwAttributes);