3 writes to _needToCommitChannel
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
1331_needToCommitChannel = true; 2069_needToCommitChannel = true; 2181_needToCommitChannel = false;
5 references to _needToCommitChannel
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
542if (!_isDisconnecting && !_needToCommitChannel) 827if (!InterlockIsWaiting && _needToCommitChannel) 2120Debug.Assert(_needToCommitChannel, "CommitChannel called with nothing on the channel"); 2248if (_needToCommitChannel) 2540if (_needToCommitChannel)