10 references to GetChannels
PresentationCore (10)
System\Windows\InterOp\HwndTarget.cs (6)
625DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1537DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1686DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1787DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 2208channelSet = mctx.GetChannels(); 2370DUCE.ChannelSet channelSet = mctx.GetChannels();
System\Windows\Media\CompositionTarget.cs (1)
464DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels();
System\Windows\Media\MediaContext.cs (3)
1490DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 1536DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 2404DUCE.ChannelSet channelSet = GetChannels();