3 writes to _ppath
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
330
_ppath
= value;
709
_ppath
= path;
722
clone.
_ppath
= _ppath;
7 references to _ppath
PresentationFramework (7)
System\Windows\Data\Binding.cs (7)
325
get { return
_ppath
; }
334
if (
_ppath
!= null &&
_ppath
.StartsWithStaticProperty)
355
return
_ppath
!= null && !TestFlag(BindingFlags.PathGeneratedInternally);
722
clone._ppath =
_ppath
;
768
if (
_ppath
!= null)
770
_attachedPropertiesInPath =
_ppath
.ComputeUnresolvedAttachedPropertiesInPath();