2 writes to _mentorCache
PresentationFramework (2)
System\Windows\ResourceReferenceExpression.cs (2)
97_mentorCache = Helper.FindMentor(d); 323_mentorCache = null;
8 references to _mentorCache
PresentationFramework (8)
System\Windows\ResourceReferenceExpression.cs (8)
104if (_mentorCache != null && _mentorCache != _targetObject) 110Helper.DowncastToFEorFCE(_mentorCache, out mentorFE, out mentorFCE, true); 124if (_mentorCache != null) 128Helper.DowncastToFEorFCE(_mentorCache, out fe, out fce, true /*throwIfNeither*/); 302if (_mentorCache != null) 304if (_mentorCache != _targetObject) 308Helper.DowncastToFEorFCE(_mentorCache, out mentorFE, out mentorFCE, true);