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