9 references to XPathType
PresentationFramework (9)
MS\Internal\Data\XmlBindingWorker.cs (9)
569private static XPathType GetXPathType(string xpath) 573return XPathType.SimpleName; 579return XPathType.Default; 584return XPathType.Default; 593return XPathType.Default; 596return isAttribute ? XPathType.SimpleAttribute : XPathType.SimpleName; 604if (_xpathType == XPathType.Default) 667private XPathType _xpathType;