3 writes to _ppath
PresentationFramework (3)
src\Framework\System\Windows\Data\Binding.cs (3)
336
_ppath
= value;
714
_ppath
= path;
727
clone.
_ppath
= _ppath;
7 references to _ppath
PresentationFramework (7)
src\Framework\System\Windows\Data\Binding.cs (7)
331
get { return
_ppath
; }
340
if (
_ppath
!= null &&
_ppath
.StartsWithStaticProperty)
360
return
_ppath
!= null && !TestFlag(BindingFlags.PathGeneratedInternally);
727
clone._ppath =
_ppath
;
773
if (
_ppath
!= null)
775
_attachedPropertiesInPath =
_ppath
.ComputeUnresolvedAttachedPropertiesInPath();