3 writes to OutOfBandChannel
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
885channelSet.OutOfBandChannel = outOfBandChannel;
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
2123channelSet.OutOfBandChannel = _channelManager.OutOfBandChannel; 2715channelSet.OutOfBandChannel = _channelManager.OutOfBandChannel;
4 references to OutOfBandChannel
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
1702DUCE.Channel outOfBandChannel = channelSet.OutOfBandChannel; 2408DUCE.Channel outOfBandChannel = channelSet.Value.OutOfBandChannel;
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
1555iv.AddRefOnChannel(channelSet.Channel, channelSet.OutOfBandChannel); 1608iv.ReleaseOnChannel(channelSet.Channel, channelSet.OutOfBandChannel);