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