15 references to ChannelSet
PresentationCore (15)
System\Windows\InterOp\HwndTarget.cs (7)
632DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 809DUCE.ChannelSet channelSet; 1549DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1698DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1799DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 2121private void UpdateWindowSettings(bool enableRenderTarget, DUCE.ChannelSet? channelSet) 2380DUCE.ChannelSet channelSet = mctx.GetChannels();
System\Windows\Media\CompositionTarget.cs (1)
487DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels();
System\Windows\Media\MediaContext.cs (7)
1516DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 1562DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 2072DUCE.ChannelSet channelSet; 2435DUCE.ChannelSet channelSet = GetChannels(); 2631internal DUCE.ChannelSet GetChannels() 2633DUCE.ChannelSet channelSet; 2773private DUCE.ChannelSet? _currentRenderingChannel = null;