4 references to IsMentorCacheValid
PresentationFramework (4)
src\Framework\System\Windows\ResourceReferenceExpression.cs (4)
99
if (ReadInternalState(InternalState.
IsMentorCacheValid
) == false)
104
WriteInternalState(InternalState.
IsMentorCacheValid
, true);
306
if (ReadInternalState(InternalState.
IsMentorCacheValid
) == true)
333
WriteInternalState(InternalState.
IsMentorCacheValid
, false);