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