10 writes to _interlockState
PresentationCore (10)
System\Windows\Media\MediaContext.cs (10)
680_interlockState = InterlockState.WaitingForNextFrame; 725_interlockState = InterlockState.Idle; 971_interlockState = InterlockState.Idle; 985_interlockState = InterlockState.Disabled; 1280_interlockState = InterlockState.RequestedStart; 1315_interlockState = InterlockState.Disabled; 2158_interlockState = InterlockState.WaitingForResponse; 2253_interlockState = InterlockState.Idle; 2274_interlockState = InterlockState.Idle; 2553_interlockState = InterlockState.Idle;
15 references to _interlockState
PresentationCore (15)
System\Windows\Media\MediaContext.cs (15)
704Debug.Assert(_interlockState == InterlockState.WaitingForResponse, 962if (_interlockState == InterlockState.RequestedStart) 1088if (_interlockState != InterlockState.Disabled) 1293bool interlockDisabled = (_interlockState == InterlockState.Disabled); 1295if (_interlockState == InterlockState.WaitingForResponse) 1340Debug.Assert(_interlockState == InterlockState.Disabled, 2235if (_interlockState == InterlockState.WaitingForResponse) 2245} while (_interlockState == InterlockState.WaitingForResponse); 2259if (_interlockState == InterlockState.WaitingForResponse) 2267} while (_interlockState == InterlockState.WaitingForResponse); 2529Debug.Assert(_interlockState == InterlockState.WaitingForNextFrame 2822return (_interlockState == InterlockState.WaitingForNextFrame || 2823_interlockState == InterlockState.WaitingForResponse); 2835return ( _interlockState != InterlockState.Disabled 2836&& _interlockState != InterlockState.RequestedStart);