1 write to _xpath
PresentationFramework (1)
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (1)
42
_xpath
= ParentBinding.XPath;
3 references to _xpath
PresentationFramework (3)
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (3)
43
Debug.Assert(
_xpath
!= null);
49
_xpathType = GetXPathType(
_xpath
);
205
get { return
_xpath
; }