3 writes to _rootItem
PresentationFramework (3)
MS\Internal\Data\PropertyPathWorker.cs (3)
212_rootItem = BindingExpression.CreateReference(rootItem); 218_rootItem = BindingExpression.NullDataItem; 220_rootItem = null;
3 references to _rootItem
PresentationFramework (3)
MS\Internal\Data\PropertyPathWorker.cs (3)
585if (_rootItem != BindingExpression.NullDataItem && target == null) 784return BindingExpression.GetReference((k == 0) ? _rootItem : _arySVS[k - 1].item); 1491return BindingExpression.GetReference(_rootItem);