3 writes to _needToCommitChannel
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
1335
_needToCommitChannel
= true;
2076
_needToCommitChannel
= true;
2188
_needToCommitChannel
= false;
5 references to _needToCommitChannel
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
546
if (!_isDisconnecting && !
_needToCommitChannel
)
831
if (!InterlockIsWaiting &&
_needToCommitChannel
)
2127
Debug.Assert(
_needToCommitChannel
, "CommitChannel called with nothing on the channel");
2255
if (
_needToCommitChannel
)
2555
if (
_needToCommitChannel
)