10 writes to _interlockState
PresentationCore (10)
System\Windows\Media\MediaContext.cs (10)
701_interlockState = InterlockState.WaitingForNextFrame; 746_interlockState = InterlockState.Idle; 992_interlockState = InterlockState.Idle; 1006_interlockState = InterlockState.Disabled; 1301_interlockState = InterlockState.RequestedStart; 1336_interlockState = InterlockState.Disabled; 2179_interlockState = InterlockState.WaitingForResponse; 2274_interlockState = InterlockState.Idle; 2295_interlockState = InterlockState.Idle; 2574_interlockState = InterlockState.Idle;
15 references to _interlockState
PresentationCore (15)
System\Windows\Media\MediaContext.cs (15)
725Debug.Assert(_interlockState == InterlockState.WaitingForResponse, 983if (_interlockState == InterlockState.RequestedStart) 1109if (_interlockState != InterlockState.Disabled) 1314bool interlockDisabled = (_interlockState == InterlockState.Disabled); 1316if (_interlockState == InterlockState.WaitingForResponse) 1361Debug.Assert(_interlockState == InterlockState.Disabled, 2256if (_interlockState == InterlockState.WaitingForResponse) 2266} while (_interlockState == InterlockState.WaitingForResponse); 2280if (_interlockState == InterlockState.WaitingForResponse) 2288} while (_interlockState == InterlockState.WaitingForResponse); 2550Debug.Assert(_interlockState == InterlockState.WaitingForNextFrame 2843return (_interlockState == InterlockState.WaitingForNextFrame || 2844_interlockState == InterlockState.WaitingForResponse); 2856return ( _interlockState != InterlockState.Disabled 2857&& _interlockState != InterlockState.RequestedStart);