10 references to GetChannels
PresentationCore (10)
System\Windows\InterOp\HwndTarget.cs (6)
632DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1549DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1698DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1799DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 2218channelSet = mctx.GetChannels(); 2380DUCE.ChannelSet channelSet = mctx.GetChannels();
System\Windows\Media\CompositionTarget.cs (1)
487DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels();
System\Windows\Media\MediaContext.cs (3)
1516DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 1562DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 2435DUCE.ChannelSet channelSet = GetChannels();