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)
210if (_contextHelper == null) 213_contextHelper.SetContext(rootItem); 214return _contextHelper;