4 writes to _attachedPropertiesInPath
PresentationFramework (4)
System\Windows\Data\Binding.cs (4)
323_attachedPropertiesInPath = -1; 726clone._attachedPropertiesInPath = _attachedPropertiesInPath; 762_attachedPropertiesInPath = _ppath.ComputeUnresolvedAttachedPropertiesInPath(); 766_attachedPropertiesInPath = 0;
3 references to _attachedPropertiesInPath
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
726clone._attachedPropertiesInPath = _attachedPropertiesInPath; 758if (_attachedPropertiesInPath < 0) 769treeContextIsRequired = (_attachedPropertiesInPath > 0);