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