21 references to InternalState
PresentationFramework (21)
System\Windows\ResourceReferenceExpression.cs (21)
58if (ReadInternalState(InternalState.HasCachedResourceValue) == true)
93if (ReadInternalState(InternalState.IsMentorCacheValid) == false)
98WriteInternalState(InternalState.IsMentorCacheValid, true);
160WriteInternalState(InternalState.HasCachedResourceValue, true);
174if (!ReadInternalState(InternalState.IsListeningForInflated))
177WriteInternalState(InternalState.IsListeningForInflated, true);
274if (ReadInternalState(InternalState.IsListeningForInflated))
277WriteInternalState(InternalState.IsListeningForInflated, false);
297WriteInternalState(InternalState.HasCachedResourceValue, false);
310if (ReadInternalState(InternalState.IsMentorCacheValid) == true)
337WriteInternalState(InternalState.IsMentorCacheValid, false);
405if (!ReadInternalState(InternalState.IsListeningForFreezableChanges))
420WriteInternalState(InternalState.IsListeningForFreezableChanges, true);
427if (ReadInternalState(InternalState.IsListeningForFreezableChanges))
450WriteInternalState(InternalState.IsListeningForFreezableChanges, false);
458if (ReadInternalState(InternalState.IsListeningForInflated))
462WriteInternalState(InternalState.IsListeningForInflated, false);
470private bool ReadInternalState(InternalState reqFlag)
477private void WriteInternalState(InternalState reqFlag, bool set)
503private InternalState _state = InternalState.Default; // this is a byte (see def'n)