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;
174
return System.Speech.Recognition.SrgsGrammar.SrgsDocument.GrammarOptions2TagFormat(
_backend
.GrammarOptions);
178
_backend
.GrammarOptions = System.Speech.Recognition.SrgsGrammar.SrgsDocument.TagFormat2GrammarOptions(value);
189
return
_backend
.GlobalTags;
193
_backend
.GlobalTags = value;
209
return
_backend
;
322
Rule? rule =
_backend
.FindRule(sRuleId);
333
_backend
.SetRuleAttributes(rule, dwAttributes);
348
rule =
_backend
.CreateRule(sRuleId, dwAttributes);