10 references to GetChannels
PresentationCore (10)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (6)
686DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1700DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1859DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1969DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 2401channelSet = mctx.GetChannels(); 2570DUCE.ChannelSet channelSet = mctx.GetChannels();
Core\CSharp\System\Windows\Media\CompositionTarget.cs (1)
519DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels();
Core\CSharp\System\Windows\Media\MediaContext.cs (3)
1554DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 1607DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 2508DUCE.ChannelSet channelSet = GetChannels();