1 write to _contextHelper
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
203
_contextHelper
= new ContextHelper(this);
3 references to _contextHelper
PresentationFramework (3)
MS\Internal\Data\PropertyPathWorker.cs (3)
202
if (
_contextHelper
== null)
205
_contextHelper
.SetContext(rootItem);
206
return
_contextHelper
;