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