4 references to IsMentorCacheValid
PresentationFramework (4)
System\Windows\ResourceReferenceExpression.cs (4)
91
if (ReadInternalState(InternalState.
IsMentorCacheValid
) == false)
96
WriteInternalState(InternalState.
IsMentorCacheValid
, true);
308
if (ReadInternalState(InternalState.
IsMentorCacheValid
) == true)
335
WriteInternalState(InternalState.
IsMentorCacheValid
, false);