10 references to GetChannels
PresentationCore (10)
System\Windows\InterOp\HwndTarget.cs (6)
626
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1538
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1687
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
1788
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
2209
channelSet = mctx.
GetChannels
();
2371
DUCE.ChannelSet channelSet = mctx.
GetChannels
();
System\Windows\Media\CompositionTarget.cs (1)
465
DUCE.ChannelSet channelSet = MediaContext.From(Dispatcher).
GetChannels
();
System\Windows\Media\MediaContext.cs (3)
1491
DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ?
GetChannels
() : _currentRenderingChannel.Value;
1537
DUCE.ChannelSet channelSet = (_currentRenderingChannel == null) ?
GetChannels
() : _currentRenderingChannel.Value;
2405
DUCE.ChannelSet channelSet =
GetChannels
();