3 writes to _needToCommitChannel
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
1332
_needToCommitChannel
= true;
2070
_needToCommitChannel
= true;
2182
_needToCommitChannel
= false;
5 references to _needToCommitChannel
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
543
if (!_isDisconnecting && !
_needToCommitChannel
)
828
if (!InterlockIsWaiting &&
_needToCommitChannel
)
2121
Debug.Assert(
_needToCommitChannel
, "CommitChannel called with nothing on the channel");
2249
if (
_needToCommitChannel
)
2549
if (
_needToCommitChannel
)