3 writes to _rootItem
PresentationFramework (3)
MS\Internal\Data\PropertyPathWorker.cs (3)
219_rootItem = BindingExpression.CreateReference(rootItem); 225_rootItem = BindingExpression.NullDataItem; 227_rootItem = null;
3 references to _rootItem
PresentationFramework (3)
MS\Internal\Data\PropertyPathWorker.cs (3)
600if (_rootItem != BindingExpression.NullDataItem && target == null) 800return BindingExpression.GetReference((k == 0) ? _rootItem : _arySVS[k - 1].item); 1519return BindingExpression.GetReference(_rootItem);