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