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); 287WriteInternalState(InternalState.HasCachedResourceValue, false); 300if (ReadInternalState(InternalState.IsMentorCacheValid) == true) 327WriteInternalState(InternalState.IsMentorCacheValid, false); 395if (!ReadInternalState(InternalState.IsListeningForFreezableChanges)) 410WriteInternalState(InternalState.IsListeningForFreezableChanges, true); 417if (ReadInternalState(InternalState.IsListeningForFreezableChanges)) 440WriteInternalState(InternalState.IsListeningForFreezableChanges, false); 448if (ReadInternalState(InternalState.IsListeningForInflated)) 452WriteInternalState(InternalState.IsListeningForInflated, false); 460private bool ReadInternalState(InternalState reqFlag) 467private void WriteInternalState(InternalState reqFlag, bool set) 493private InternalState _state = InternalState.Default; // this is a byte (see def'n)