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)
594
if (
_rootItem
!= BindingExpression.NullDataItem && target == null)
794
return BindingExpression.GetReference((k == 0) ?
_rootItem
: _arySVS[k - 1].item);
1513
return BindingExpression.GetReference(
_rootItem
);