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