3 writes to _ppath
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
305
_ppath
= value;
684
_ppath
= path;
697
clone.
_ppath
= _ppath;
7 references to _ppath
PresentationFramework (7)
System\Windows\Data\Binding.cs (7)
300
get { return
_ppath
; }
309
if (
_ppath
!= null &&
_ppath
.StartsWithStaticProperty)
330
return
_ppath
!= null && !TestFlag(BindingFlags.PathGeneratedInternally);
697
clone._ppath =
_ppath
;
743
if (
_ppath
!= null)
745
_attachedPropertiesInPath =
_ppath
.ComputeUnresolvedAttachedPropertiesInPath();