1 write to _xpath
PresentationFramework (1)
MS\Internal\Data\XmlBindingWorker.cs (1)
32
_xpath
= ParentBinding.XPath;
3 references to _xpath
PresentationFramework (3)
MS\Internal\Data\XmlBindingWorker.cs (3)
33
Debug.Assert(
_xpath
!= null);
39
_xpathType = GetXPathType(
_xpath
);
197
get { return
_xpath
; }