3 writes to _needToCommitChannel
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
1357_needToCommitChannel = true; 2100_needToCommitChannel = true; 2212_needToCommitChannel = false;
5 references to _needToCommitChannel
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
568if (!_isDisconnecting && !_needToCommitChannel) 853if (!InterlockIsWaiting && _needToCommitChannel) 2151Debug.Assert(_needToCommitChannel, "CommitChannel called with nothing on the channel"); 2279if (_needToCommitChannel) 2579if (_needToCommitChannel)