15 references to ChannelSet
PresentationCore (15)
System\Windows\InterOp\HwndTarget.cs (7)
625DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 802DUCE.ChannelSet channelSet; 1536DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1685DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 1786DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels(); 2108private void UpdateWindowSettings(bool enableRenderTarget, DUCE.ChannelSet? channelSet) 2369DUCE.ChannelSet channelSet = mctx.GetChannels();
System\Windows\Media\CompositionTarget.cs (1)
464DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).GetChannels();
System\Windows\Media\MediaContext.cs (7)
1490DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 1536DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value; 2044DUCE.ChannelSet channelSet; 2404DUCE.ChannelSet channelSet = GetChannels(); 2592internal DUCE.ChannelSet GetChannels() 2594DUCE.ChannelSet channelSet; 2734private DUCE.ChannelSet? _currentRenderingChannel = null;