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