15 references to ChannelSet
PresentationCore (15)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (7)
686DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 883DUCE.ChannelSet channelSet; 1700DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1859DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1969DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 2307private void UpdateWindowSettings(bool enableRenderTarget, DUCE.ChannelSet? channelSet) 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 (7)
1554DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 1607DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 2121DUCE.ChannelSet channelSet; 2508DUCE.ChannelSet channelSet = GetChannels(); 2711internal DUCE.ChannelSet GetChannels() 2713DUCE.ChannelSet channelSet; 2853private DUCE.ChannelSet? _currentRenderingChannel = null;