2 implementations of CreatePropertyTag
System.Speech (2)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
34IPropertyTag IElementFactory.CreatePropertyTag(IElement parent)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
27IPropertyTag IElementFactory.CreatePropertyTag(IElement parent)
3 references to CreatePropertyTag
System.Speech (3)
Internal\GrammarBuilding\TagElement.cs (1)
87IPropertyTag tag = elementFactory.CreatePropertyTag(parent);
Internal\SrgsParser\SrgsDocumentParser.cs (1)
271IPropertyTag tag = _parser.CreatePropertyTag(parent);
Internal\SrgsParser\XmlParser.cs (1)
1062IPropertyTag propertyTag = _parser.CreatePropertyTag(parent);