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