3 writes to _needToCommitChannel
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
1331_needToCommitChannel = true; 2063_needToCommitChannel = true; 2175_needToCommitChannel = false;
5 references to _needToCommitChannel
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
542if (!_isDisconnecting && !_needToCommitChannel) 827if (!InterlockIsWaiting && _needToCommitChannel) 2114Debug.Assert(_needToCommitChannel, "CommitChannel called with nothing on the channel"); 2242if (_needToCommitChannel) 2534if (_needToCommitChannel)