4 references to Elements
System.Speech (4)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
128
foreach (SrgsElement srgsElement in GetSortedTagElements(srgsRule.
Elements
))
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
180
((SrgsRule)rule).
Elements
.Add((SrgsElement)value);
Recognition\SrgsGrammar\SrgsRule.cs (2)
54
Elements
.Add(element);
198
if (
Elements
.Count == 0)