4 writes to _attachedPropertiesInPath
PresentationFramework (4)
src\Framework\System\Windows\Data\Binding.cs (4)
337
_attachedPropertiesInPath
= -1;
739
clone.
_attachedPropertiesInPath
= _attachedPropertiesInPath;
775
_attachedPropertiesInPath
= _ppath.ComputeUnresolvedAttachedPropertiesInPath();
779
_attachedPropertiesInPath
= 0;
3 references to _attachedPropertiesInPath
PresentationFramework (3)
src\Framework\System\Windows\Data\Binding.cs (3)
739
clone._attachedPropertiesInPath =
_attachedPropertiesInPath
;
771
if (
_attachedPropertiesInPath
< 0)
782
treeContextIsRequired = (
_attachedPropertiesInPath
> 0);