1 write to _xPath
PresentationFramework (1)
System\Windows\Data\XmlDataProvider.cs (1)
145
_xPath
= value;
4 references to _xPath
PresentationFramework (4)
System\Windows\Data\XmlDataProvider.cs (4)
140
get { return
_xPath
; }
143
if (
_xPath
!= value)
161
return (
_xPath
!= null) && (
_xPath
.Length != 0);