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