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;
15 references to ContextNode
PresentationFramework (15)
MS\Internal\Data\XmlBindingWorker.cs (15)
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
);
442
Debug.Assert(
ContextNode
!= null);
513
nodes =
ContextNode
.SelectNodes(XPath, nsMgr);
517
nodes =
ContextNode
.SelectNodes(XPath);
526
traceParameters: new object[] {
ContextNode
?.Name, XPath, ParentBindingExpression, xe },
536
IdentifyNode(
ContextNode
),
625
return (parent ==
ContextNode
);
631
if (parent ==
ContextNode
)