3 writes to _needToCommitChannel
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
1356
_needToCommitChannel
= true;
2097
_needToCommitChannel
= true;
2209
_needToCommitChannel
= false;
5 references to _needToCommitChannel
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
567
if (!_isDisconnecting && !
_needToCommitChannel
)
852
if (!InterlockIsWaiting &&
_needToCommitChannel
)
2148
Debug.Assert(
_needToCommitChannel
, "CommitChannel called with nothing on the channel");
2276
if (
_needToCommitChannel
)
2576
if (
_needToCommitChannel
)