2 writes to _currentRenderingChannel
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
2048
_currentRenderingChannel
= channelSet;
2050
_currentRenderingChannel
= null;
4 references to _currentRenderingChannel
PresentationCore (4)
System\Windows\Media\MediaContext.cs (4)
1491
DUCE.ChannelSet channelSet = (
_currentRenderingChannel
== null) ? GetChannels() :
_currentRenderingChannel
.Value;
1537
DUCE.ChannelSet channelSet = (
_currentRenderingChannel
== null) ? GetChannels() :
_currentRenderingChannel
.Value;