3 writes to _needToCommitChannel
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
1335_needToCommitChannel = true; 2076_needToCommitChannel = true; 2188_needToCommitChannel = false;
5 references to _needToCommitChannel
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
546if (!_isDisconnecting && !_needToCommitChannel) 831if (!InterlockIsWaiting && _needToCommitChannel) 2127Debug.Assert(_needToCommitChannel, "CommitChannel called with nothing on the channel"); 2255if (_needToCommitChannel) 2555if (_needToCommitChannel)