10 writes to _interlockState
PresentationCore (10)
System\Windows\Media\MediaContext.cs (10)
677_interlockState = InterlockState.WaitingForNextFrame; 722_interlockState = InterlockState.Idle; 968_interlockState = InterlockState.Idle; 982_interlockState = InterlockState.Disabled; 1277_interlockState = InterlockState.RequestedStart; 1312_interlockState = InterlockState.Disabled; 2152_interlockState = InterlockState.WaitingForResponse; 2247_interlockState = InterlockState.Idle; 2268_interlockState = InterlockState.Idle; 2547_interlockState = InterlockState.Idle;
15 references to _interlockState
PresentationCore (15)
System\Windows\Media\MediaContext.cs (15)
701Debug.Assert(_interlockState == InterlockState.WaitingForResponse, 959if (_interlockState == InterlockState.RequestedStart) 1085if (_interlockState != InterlockState.Disabled) 1290bool interlockDisabled = (_interlockState == InterlockState.Disabled); 1292if (_interlockState == InterlockState.WaitingForResponse) 1337Debug.Assert(_interlockState == InterlockState.Disabled, 2229if (_interlockState == InterlockState.WaitingForResponse) 2239} while (_interlockState == InterlockState.WaitingForResponse); 2253if (_interlockState == InterlockState.WaitingForResponse) 2261} while (_interlockState == InterlockState.WaitingForResponse); 2523Debug.Assert(_interlockState == InterlockState.WaitingForNextFrame 2816return (_interlockState == InterlockState.WaitingForNextFrame || 2817_interlockState == InterlockState.WaitingForResponse); 2829return ( _interlockState != InterlockState.Disabled 2830&& _interlockState != InterlockState.RequestedStart);