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