4 writes to _attachedPropertiesInPath
PresentationFramework (4)
System\Windows\Data\Binding.cs (4)
323
_attachedPropertiesInPath
= -1;
726
clone.
_attachedPropertiesInPath
= _attachedPropertiesInPath;
762
_attachedPropertiesInPath
= _ppath.ComputeUnresolvedAttachedPropertiesInPath();
766
_attachedPropertiesInPath
= 0;
3 references to _attachedPropertiesInPath
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
726
clone._attachedPropertiesInPath =
_attachedPropertiesInPath
;
758
if (
_attachedPropertiesInPath
< 0)
769
treeContextIsRequired = (
_attachedPropertiesInPath
> 0);