4 writes to _attachedPropertiesInPath
PresentationFramework (4)
System\Windows\Data\Binding.cs (4)
331_attachedPropertiesInPath = -1; 734clone._attachedPropertiesInPath = _attachedPropertiesInPath; 770_attachedPropertiesInPath = _ppath.ComputeUnresolvedAttachedPropertiesInPath(); 774_attachedPropertiesInPath = 0;
3 references to _attachedPropertiesInPath
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
734clone._attachedPropertiesInPath = _attachedPropertiesInPath; 766if (_attachedPropertiesInPath < 0) 777treeContextIsRequired = (_attachedPropertiesInPath > 0);