1 write to _contextHelper
PresentationFramework (1)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
211
_contextHelper
= new ContextHelper(this);
3 references to _contextHelper
PresentationFramework (3)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (3)
210
if (
_contextHelper
== null)
213
_contextHelper
.SetContext(rootItem);
214
return
_contextHelper
;