3 writes to _ppath
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
305_ppath = value; 684_ppath = path; 697clone._ppath = _ppath;
7 references to _ppath
PresentationFramework (7)
System\Windows\Data\Binding.cs (7)
300get { return _ppath; } 309if (_ppath != null && _ppath.StartsWithStaticProperty) 330return _ppath != null && !TestFlag(BindingFlags.PathGeneratedInternally); 697clone._ppath = _ppath; 743if (_ppath != null) 745_attachedPropertiesInPath = _ppath.ComputeUnresolvedAttachedPropertiesInPath();