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