21 references to InternalState
PresentationFramework (21)
System\Windows\ResourceReferenceExpression.cs (21)
56if (ReadInternalState(InternalState.HasCachedResourceValue) == true)
91if (ReadInternalState(InternalState.IsMentorCacheValid) == false)
96WriteInternalState(InternalState.IsMentorCacheValid, true);
158WriteInternalState(InternalState.HasCachedResourceValue, true);
172if (!ReadInternalState(InternalState.IsListeningForInflated))
175WriteInternalState(InternalState.IsListeningForInflated, true);
273if (ReadInternalState(InternalState.IsListeningForInflated))
276WriteInternalState(InternalState.IsListeningForInflated, false);
296WriteInternalState(InternalState.HasCachedResourceValue, false);
309if (ReadInternalState(InternalState.IsMentorCacheValid) == true)
336WriteInternalState(InternalState.IsMentorCacheValid, false);
404if (!ReadInternalState(InternalState.IsListeningForFreezableChanges))
419WriteInternalState(InternalState.IsListeningForFreezableChanges, true);
426if (ReadInternalState(InternalState.IsListeningForFreezableChanges))
449WriteInternalState(InternalState.IsListeningForFreezableChanges, false);
457if (ReadInternalState(InternalState.IsListeningForInflated))
461WriteInternalState(InternalState.IsListeningForInflated, false);
469private bool ReadInternalState(InternalState reqFlag)
476private void WriteInternalState(InternalState reqFlag, bool set)
502private InternalState _state = InternalState.Default; // this is a byte (see def'n)