10 references to GetChannels
PresentationCore (10)
System\Windows\InterOp\HwndTarget.cs (6)
641
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1558
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1707
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1808
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
2227
channelSet = mctx.
GetChannels
();
2389
DUCE.ChannelSet channelSet = mctx.
GetChannels
();
System\Windows\Media\CompositionTarget.cs (1)
487
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
System\Windows\Media\MediaContext.cs (3)
1515
DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ?
GetChannels
() : _currentRenderingChannel.Value;
1561
DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ?
GetChannels
() : _currentRenderingChannel.Value;
2432
DUCE.ChannelSet channelSet =
GetChannels
();