2 writes to _treeContext
PresentationFramework (2)
MS\Internal\Data\PropertyPathWorker.cs (2)
66set { _treeContext = BindingExpression.CreateReference(value); } 71_treeContext = BindingExpression.CreateReference(wr);
1 reference to _treeContext
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
65get { return BindingExpression.GetReference(_treeContext) as DependencyObject; }