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)
1554DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 1607DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value;