3 writes to _needToCommitChannel
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
1331
_needToCommitChannel
= true;
2069
_needToCommitChannel
= true;
2181
_needToCommitChannel
= false;
5 references to _needToCommitChannel
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
542
if (!_isDisconnecting && !
_needToCommitChannel
)
827
if (!InterlockIsWaiting &&
_needToCommitChannel
)
2120
Debug.Assert(
_needToCommitChannel
, "CommitChannel called with nothing on the channel");
2248
if (
_needToCommitChannel
)
2540
if (
_needToCommitChannel
)