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