3 writes to _needToCommitChannel
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaContext.cs (3)
1386
_needToCommitChannel
= true;
2149
_needToCommitChannel
= true;
2265
_needToCommitChannel
= false;
5 references to _needToCommitChannel
PresentationCore (5)
Core\CSharp\System\Windows\Media\MediaContext.cs (5)
586
if (!_isDisconnecting && !
_needToCommitChannel
)
871
if (!InterlockIsWaiting &&
_needToCommitChannel
)
2200
Debug.Assert(
_needToCommitChannel
, "CommitChannel called with nothing on the channel");
2350
if (
_needToCommitChannel
)
2652
if (
_needToCommitChannel
)