4 writes to _attachedPropertiesInPath
PresentationFramework (4)
src\Framework\System\Windows\Data\Binding.cs (4)
337_attachedPropertiesInPath = -1; 739clone._attachedPropertiesInPath = _attachedPropertiesInPath; 775_attachedPropertiesInPath = _ppath.ComputeUnresolvedAttachedPropertiesInPath(); 779_attachedPropertiesInPath = 0;
3 references to _attachedPropertiesInPath
PresentationFramework (3)
src\Framework\System\Windows\Data\Binding.cs (3)
739clone._attachedPropertiesInPath = _attachedPropertiesInPath; 771if (_attachedPropertiesInPath < 0) 782treeContextIsRequired = (_attachedPropertiesInPath > 0);