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