3 writes to _rootItem
PresentationFramework (3)
MS\Internal\Data\PropertyPathWorker.cs (3)
213_rootItem = BindingExpression.CreateReference(rootItem); 219_rootItem = BindingExpression.NullDataItem; 221_rootItem = null;
3 references to _rootItem
PresentationFramework (3)
MS\Internal\Data\PropertyPathWorker.cs (3)
594if (_rootItem != BindingExpression.NullDataItem && target == null) 794return BindingExpression.GetReference((k == 0) ? _rootItem : _arySVS[k - 1].item); 1513return BindingExpression.GetReference(_rootItem);