2 writes to _treeContext
PresentationFramework (2)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
75set { _treeContext = BindingExpression.CreateReference(value); } 80_treeContext = BindingExpression.CreateReference(wr);
1 reference to _treeContext
PresentationFramework (1)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
74get { return BindingExpression.GetReference(_treeContext) as DependencyObject; }