1 write to _owner
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
1816
_owner
= owner;
4 references to _owner
PresentationFramework (4)
MS\Internal\Data\PropertyPathWorker.cs (4)
1821
_owner
.TreeContext = rootItem as DependencyObject;
1822
_owner
.AttachToRootItem(rootItem);
1827
_owner
.DetachFromRootItem();
1828
_owner
.TreeContext = null;