10 references to GetChannels
PresentationCore (10)
System\Windows\InterOp\HwndTarget.cs (6)
626DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1538DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1687DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1788DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 2209channelSet = mctx.GetChannels(); 2371DUCE.ChannelSet channelSet = mctx.GetChannels();
System\Windows\Media\CompositionTarget.cs (1)
465DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels();
System\Windows\Media\MediaContext.cs (3)
1491DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 1537DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 2405DUCE.ChannelSet channelSet = GetChannels();