15 references to ChannelSet
PresentationCore (15)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (7)
686
DUCE.
ChannelSet
channelSet = MediaContext.From(Dispatcher).GetChannels();
883
DUCE.
ChannelSet
channelSet;
1700
DUCE.
ChannelSet
channelSet = MediaContext.From(Dispatcher).GetChannels();
1859
DUCE.
ChannelSet
channelSet = MediaContext.From(Dispatcher).GetChannels();
1969
DUCE.
ChannelSet
channelSet = MediaContext.From(Dispatcher).GetChannels();
2307
private void UpdateWindowSettings(bool enableRenderTarget, DUCE.
ChannelSet
? channelSet)
2570
DUCE.
ChannelSet
channelSet = mctx.GetChannels();
Core\CSharp\System\Windows\Media\CompositionTarget.cs (1)
519
DUCE.
ChannelSet
channelSet = MediaContext.From(Dispatcher).GetChannels();
Core\CSharp\System\Windows\Media\MediaContext.cs (7)
1554
DUCE.
ChannelSet
channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value;
1607
DUCE.
ChannelSet
channelSet = (_currentRenderingChannel == null) ? GetChannels() : _currentRenderingChannel.Value;
2121
DUCE.
ChannelSet
channelSet;
2508
DUCE.
ChannelSet
channelSet = GetChannels();
2711
internal DUCE.
ChannelSet
GetChannels()
2713
DUCE.
ChannelSet
channelSet;
2853
private DUCE.
ChannelSet
? _currentRenderingChannel = null;