1 override of GetElementType
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
398public override bool GetElementType(
6 references to GetElementType
PresentationBuildTasks (6)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
417bool foundElement = base.GetElementType(xmlReader, localName, namespaceUri, 462foundElement = base.GetElementType(xmlReader, genericName, namespaceUri,
Framework\System\Windows\Markup\XamlReaderHelper.cs (4)
486if (ControllingXamlParser.GetElementType(XmlReader, localName + "Extension", 494return ControllingXamlParser.GetElementType(XmlReader, localName, 501if (ControllingXamlParser.GetElementType(XmlReader, localName, 509return ControllingXamlParser.GetElementType(XmlReader, localName + "Extension",