9 references to XPathType
PresentationFramework (9)
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (9)
568private static XPathType GetXPathType(string xpath) 572return XPathType.SimpleName; 578return XPathType.Default; 583return XPathType.Default; 592return XPathType.Default; 595return isAttribute ? XPathType.SimpleAttribute : XPathType.SimpleName; 603if (_xpathType == XPathType.Default) 666private XPathType _xpathType;