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