2 writes to _currentRenderingChannel
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
2051
_currentRenderingChannel
= channelSet;
2053
_currentRenderingChannel
= null;
4 references to _currentRenderingChannel
PresentationCore (4)
System\Windows\Media\MediaContext.cs (4)
1494
DUCE.ChannelSet channelSet = (
_currentRenderingChannel
== null) ? GetChannels() :
_currentRenderingChannel
.Value;
1540
DUCE.ChannelSet channelSet = (
_currentRenderingChannel
== null) ? GetChannels() :
_currentRenderingChannel
.Value;