9 references to XPathType
PresentationFramework (9)
MS\Internal\Data\XmlBindingWorker.cs (9)
565private static XPathType GetXPathType(string xpath) 569return XPathType.SimpleName; 575return XPathType.Default; 580return XPathType.Default; 589return XPathType.Default; 592return isAttribute ? XPathType.SimpleAttribute : XPathType.SimpleName; 600if (_xpathType == XPathType.Default) 663private XPathType _xpathType;