4 writes to _attachedPropertiesInPath
PresentationFramework (4)
System\Windows\Data\Binding.cs (4)
305_attachedPropertiesInPath = -1; 708clone._attachedPropertiesInPath = _attachedPropertiesInPath; 744_attachedPropertiesInPath = _ppath.ComputeUnresolvedAttachedPropertiesInPath(); 748_attachedPropertiesInPath = 0;
3 references to _attachedPropertiesInPath
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
708clone._attachedPropertiesInPath = _attachedPropertiesInPath; 740if (_attachedPropertiesInPath < 0) 751treeContextIsRequired = (_attachedPropertiesInPath > 0);