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