10 references to GetChannels
PresentationCore (10)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (6)
686
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1700
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1859
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1969
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
2401
channelSet = mctx.
GetChannels
();
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 (3)
1554
DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ?
GetChannels
() : _currentRenderingChannel.Value;
1607
DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ?
GetChannels
() : _currentRenderingChannel.Value;
2508
DUCE.ChannelSet channelSet =
GetChannels
();