2 writes to _mentorCache
PresentationFramework (2)
src\Framework\System\Windows\ResourceReferenceExpression.cs (2)
103_mentorCache = Helper.FindMentor(d); 329_mentorCache = null;
8 references to _mentorCache
PresentationFramework (8)
src\Framework\System\Windows\ResourceReferenceExpression.cs (8)
110if (_mentorCache != null && _mentorCache != _targetObject) 116Helper.DowncastToFEorFCE(_mentorCache, out mentorFE, out mentorFCE, true); 130if (_mentorCache != null) 134Helper.DowncastToFEorFCE(_mentorCache, out fe, out fce, true /*throwIfNeither*/); 308if (_mentorCache != null) 310if (_mentorCache != _targetObject) 314Helper.DowncastToFEorFCE(_mentorCache, out mentorFE, out mentorFCE, true);