3 writes to _ppath
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
304
_ppath
= value;
683
_ppath
= path;
696
clone.
_ppath
= _ppath;
7 references to _ppath
PresentationFramework (7)
System\Windows\Data\Binding.cs (7)
299
get { return
_ppath
; }
308
if (
_ppath
!= null &&
_ppath
.StartsWithStaticProperty)
329
return
_ppath
!= null && !TestFlag(BindingFlags.PathGeneratedInternally);
696
clone._ppath =
_ppath
;
742
if (
_ppath
!= null)
744
_attachedPropertiesInPath =
_ppath
.ComputeUnresolvedAttachedPropertiesInPath();