3 writes to _needToCommitChannel
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaContext.cs (3)
1386_needToCommitChannel = true; 2149_needToCommitChannel = true; 2265_needToCommitChannel = false;
5 references to _needToCommitChannel
PresentationCore (5)
Core\CSharp\System\Windows\Media\MediaContext.cs (5)
586if (!_isDisconnecting && !_needToCommitChannel) 871if (!InterlockIsWaiting && _needToCommitChannel) 2200Debug.Assert(_needToCommitChannel, "CommitChannel called with nothing on the channel"); 2350if (_needToCommitChannel) 2652if (_needToCommitChannel)