3 writes to _needToCommitChannel
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
1332_needToCommitChannel = true; 2070_needToCommitChannel = true; 2182_needToCommitChannel = false;
5 references to _needToCommitChannel
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
543if (!_isDisconnecting && !_needToCommitChannel) 828if (!InterlockIsWaiting && _needToCommitChannel) 2121Debug.Assert(_needToCommitChannel, "CommitChannel called with nothing on the channel"); 2249if (_needToCommitChannel) 2549if (_needToCommitChannel)