10 writes to _interlockState
PresentationCore (10)
System\Windows\Media\MediaContext.cs (10)
702_interlockState = InterlockState.WaitingForNextFrame; 747_interlockState = InterlockState.Idle; 993_interlockState = InterlockState.Idle; 1007_interlockState = InterlockState.Disabled; 1302_interlockState = InterlockState.RequestedStart; 1337_interlockState = InterlockState.Disabled; 2182_interlockState = InterlockState.WaitingForResponse; 2277_interlockState = InterlockState.Idle; 2298_interlockState = InterlockState.Idle; 2577_interlockState = InterlockState.Idle;
15 references to _interlockState
PresentationCore (15)
System\Windows\Media\MediaContext.cs (15)
726Debug.Assert(_interlockState == InterlockState.WaitingForResponse, 984if (_interlockState == InterlockState.RequestedStart) 1110if (_interlockState != InterlockState.Disabled) 1315bool interlockDisabled = (_interlockState == InterlockState.Disabled); 1317if (_interlockState == InterlockState.WaitingForResponse) 1362Debug.Assert(_interlockState == InterlockState.Disabled, 2259if (_interlockState == InterlockState.WaitingForResponse) 2269} while (_interlockState == InterlockState.WaitingForResponse); 2283if (_interlockState == InterlockState.WaitingForResponse) 2291} while (_interlockState == InterlockState.WaitingForResponse); 2553Debug.Assert(_interlockState == InterlockState.WaitingForNextFrame 2846return (_interlockState == InterlockState.WaitingForNextFrame || 2847_interlockState == InterlockState.WaitingForResponse); 2859return ( _interlockState != InterlockState.Disabled 2860&& _interlockState != InterlockState.RequestedStart);