10 references to GetChannels
PresentationCore (10)
System\Windows\InterOp\HwndTarget.cs (6)
641DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1558DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1707DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1808DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 2227channelSet = mctx.GetChannels(); 2389DUCE.ChannelSet channelSet = mctx.GetChannels();
System\Windows\Media\CompositionTarget.cs (1)
487DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels();
System\Windows\Media\MediaContext.cs (3)
1515DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 1561DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 2432DUCE.ChannelSet channelSet = GetChannels();