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