3 writes to ContextNode
PresentationFramework (3)
MS\Internal\Data\XmlBindingWorker.cs (3)
300
ContextNode
= null;
306
ContextNode
= CollectionView.CurrentItem as XmlNode;
316
ContextNode
= DataItem as XmlNode;
15 references to ContextNode
PresentationFramework (15)
MS\Internal\Data\XmlBindingWorker.cs (15)
130
if (
ContextNode
== null) // possibly because currentItem moved off collection
154
IdentifyNode(
ContextNode
)),
308
if (
ContextNode
!= CollectionView.CurrentItem && TraceData.IsEnabled)
318
if (
ContextNode
!= DataItem && TraceData.IsEnabled)
341
if (
ContextNode
!= null)
343
XmlDocument doc = DocumentFor(
ContextNode
);
362
if (
ContextNode
!= null)
364
XmlDocument doc = DocumentFor(
ContextNode
);
441
Debug.Assert(
ContextNode
!= null);
512
nodes =
ContextNode
.SelectNodes(XPath, nsMgr);
516
nodes =
ContextNode
.SelectNodes(XPath);
525
traceParameters: new object[] {
ContextNode
?.Name, XPath, ParentBindingExpression, xe },
535
IdentifyNode(
ContextNode
),
624
return (parent ==
ContextNode
);
630
if (parent ==
ContextNode
)