2 writes to _currentRenderingChannel
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
2072
_currentRenderingChannel
= channelSet;
2074
_currentRenderingChannel
= null;
4 references to _currentRenderingChannel
PresentationCore (4)
System\Windows\Media\MediaContext.cs (4)
1515
DUCE.ChannelSet channelSet = (
_currentRenderingChannel
== null) ? GetChannels() :
_currentRenderingChannel
.Value;
1561
DUCE.ChannelSet channelSet = (
_currentRenderingChannel
== null) ? GetChannels() :
_currentRenderingChannel
.Value;