3 references to SrgsRuleRef
System.Speech (3)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
106
return new
SrgsRuleRef
(srgsUri);
Recognition\SrgsGrammar\SrgsRuleRef.cs (2)
120
public static readonly SrgsRuleRef Dictation =
new
(new Uri("grammar:dictation"));
121
public static readonly SrgsRuleRef MnemonicSpelling =
new
(new Uri("grammar:dictation#spelling"));