10 references to GetChannels
PresentationCore (10)
System\Windows\InterOp\HwndTarget.cs (6)
625
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1537
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1686
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1787
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
2208
channelSet = mctx.
GetChannels
();
2370
DUCE.ChannelSet channelSet = mctx.
GetChannels
();
System\Windows\Media\CompositionTarget.cs (1)
464
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
System\Windows\Media\MediaContext.cs (3)
1490
DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ?
GetChannels
() : _currentRenderingChannel.Value;
1536
DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ?
GetChannels
() : _currentRenderingChannel.Value;
2404
DUCE.ChannelSet channelSet =
GetChannels
();