3 writes to ContextNode
PresentationFramework (3)
MS\Internal\Data\XmlBindingWorker.cs (3)
301
ContextNode
= null;
307
ContextNode
= CollectionView.CurrentItem as XmlNode;
317
ContextNode
= DataItem as XmlNode;
16 references to ContextNode
PresentationFramework (16)
MS\Internal\Data\XmlBindingWorker.cs (16)
131
if (
ContextNode
== null) // possibly because currentItem moved off collection
155
IdentifyNode(
ContextNode
)),
309
if (
ContextNode
!= CollectionView.CurrentItem && TraceData.IsEnabled)
319
if (
ContextNode
!= DataItem && TraceData.IsEnabled)
342
if (
ContextNode
!= null)
344
XmlDocument doc = DocumentFor(
ContextNode
);
363
if (
ContextNode
!= null)
365
XmlDocument doc = DocumentFor(
ContextNode
);
440
Debug.Assert(
ContextNode
!= null);
511
nodes =
ContextNode
.SelectNodes(XPath, nsMgr);
515
nodes =
ContextNode
.SelectNodes(XPath);
524
traceParameters: new object[] { (
ContextNode
!= null) ?
ContextNode
.Name : null, XPath, ParentBindingExpression, xe },
534
IdentifyNode(
ContextNode
),
623
return (parent ==
ContextNode
);
629
if (parent ==
ContextNode
)