3 writes to Channel
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
884channelSet.Channel = channel;
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
2122channelSet.Channel = _channelManager.Channel; 2714channelSet.Channel = _channelManager.Channel;
11 references to Channel
PresentationCore (11)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (6)
687DUCE.Channel channel = channelSet.Channel; 1701DUCE.Channel channel = channelSet.Channel; 1860DUCE.Channel channel = channelSet.Channel; 1970DUCE.Channel channel = channelSet.Channel; 2430DUCE.Channel channel = channelSet.Value.Channel; 2571DUCE.Channel channel = channelSet.Channel;
Core\CSharp\System\Windows\Media\CompositionTarget.cs (1)
520DUCE.Channel channel = channelSet.Channel;
Core\CSharp\System\Windows\Media\MediaContext.cs (4)
1555iv.AddRefOnChannel(channelSet.Channel, channelSet.OutOfBandChannel); 1608iv.ReleaseOnChannel(channelSet.Channel, channelSet.OutOfBandChannel); 2125registeredTarget.Render((registeredTarget == resizedCompositionTarget), channelSet.Channel); 2509_resourcesUpdatedHandlers(channelSet.Channel, false /* do not skip the "on channel" check */);