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