4 references to IsMentorCacheValid
PresentationFramework (4)
System\Windows\ResourceReferenceExpression.cs (4)
93
if (ReadInternalState(InternalState.
IsMentorCacheValid
) == false)
98
WriteInternalState(InternalState.
IsMentorCacheValid
, true);
310
if (ReadInternalState(InternalState.
IsMentorCacheValid
) == true)
337
WriteInternalState(InternalState.
IsMentorCacheValid
, false);