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