9 references to XPathType
PresentationFramework (9)
MS\Internal\Data\XmlBindingWorker.cs (9)
564private static XPathType GetXPathType(string xpath) 568return XPathType.SimpleName; 574return XPathType.Default; 579return XPathType.Default; 588return XPathType.Default; 591return isAttribute ? XPathType.SimpleAttribute : XPathType.SimpleName; 599if (_xpathType == XPathType.Default) 662private XPathType _xpathType;