1 write to _xPath
PresentationFramework (1)
System\Windows\Data\XmlDataProvider.cs (1)
151
_xPath
= value;
4 references to _xPath
PresentationFramework (4)
System\Windows\Data\XmlDataProvider.cs (4)
146
get { return
_xPath
; }
149
if (
_xPath
!= value)
167
return (
_xPath
!= null) && (
_xPath
.Length != 0);