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