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)
110
if (
_mentorCache
!= null &&
_mentorCache
!= _targetObject)
116
Helper.DowncastToFEorFCE(
_mentorCache
, out mentorFE, out mentorFCE, true);
130
if (
_mentorCache
!= null)
134
Helper.DowncastToFEorFCE(
_mentorCache
, out fe, out fce, true /*throwIfNeither*/);
308
if (
_mentorCache
!= null)
310
if (
_mentorCache
!= _targetObject)
314
Helper.DowncastToFEorFCE(
_mentorCache
, out mentorFE, out mentorFCE, true);