2 writes to _mentorCache
PresentationFramework (2)
System\Windows\ResourceReferenceExpression.cs (2)
94_mentorCache = Helper.FindMentor(d); 331_mentorCache = null;
8 references to _mentorCache
PresentationFramework (8)
System\Windows\ResourceReferenceExpression.cs (8)
101if (_mentorCache != null && _mentorCache != _targetObject) 107Helper.DowncastToFEorFCE(_mentorCache, out mentorFE, out mentorFCE, true); 121if (_mentorCache != null) 125Helper.DowncastToFEorFCE(_mentorCache, out fe, out fce, true /*throwIfNeither*/); 310if (_mentorCache != null) 312if (_mentorCache != _targetObject) 316Helper.DowncastToFEorFCE(_mentorCache, out mentorFE, out mentorFCE, true);