2 writes to _mentorCache
PresentationFramework (2)
System\Windows\ResourceReferenceExpression.cs (2)
95_mentorCache = Helper.FindMentor(d); 332_mentorCache = null;
8 references to _mentorCache
PresentationFramework (8)
System\Windows\ResourceReferenceExpression.cs (8)
102if (_mentorCache != null && _mentorCache != _targetObject) 108Helper.DowncastToFEorFCE(_mentorCache, out mentorFE, out mentorFCE, true); 122if (_mentorCache != null) 126Helper.DowncastToFEorFCE(_mentorCache, out fe, out fce, true /*throwIfNeither*/); 311if (_mentorCache != null) 313if (_mentorCache != _targetObject) 317Helper.DowncastToFEorFCE(_mentorCache, out mentorFE, out mentorFCE, true);