2 writes to _currentRenderingChannel
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
2124
_currentRenderingChannel
= channelSet;
2126
_currentRenderingChannel
= null;
4 references to _currentRenderingChannel
PresentationCore (4)
Core\CSharp\System\Windows\Media\MediaContext.cs (4)
1554
DUCE.ChannelSet channelSet = (
_currentRenderingChannel
== null) ? GetChannels() :
_currentRenderingChannel
.Value;
1607
DUCE.ChannelSet channelSet = (
_currentRenderingChannel
== null) ? GetChannels() :
_currentRenderingChannel
.Value;