4 writes to _attachedPropertiesInPath
PresentationFramework (4)
System\Windows\Data\Binding.cs (4)
306_attachedPropertiesInPath = -1; 709clone._attachedPropertiesInPath = _attachedPropertiesInPath; 745_attachedPropertiesInPath = _ppath.ComputeUnresolvedAttachedPropertiesInPath(); 749_attachedPropertiesInPath = 0;
3 references to _attachedPropertiesInPath
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
709clone._attachedPropertiesInPath = _attachedPropertiesInPath; 741if (_attachedPropertiesInPath < 0) 752treeContextIsRequired = (_attachedPropertiesInPath > 0);