3 writes to _needToCommitChannel
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
1356_needToCommitChannel = true; 2097_needToCommitChannel = true; 2209_needToCommitChannel = false;
5 references to _needToCommitChannel
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
567if (!_isDisconnecting && !_needToCommitChannel) 852if (!InterlockIsWaiting && _needToCommitChannel) 2148Debug.Assert(_needToCommitChannel, "CommitChannel called with nothing on the channel"); 2276if (_needToCommitChannel) 2576if (_needToCommitChannel)