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