3 writes to OutOfBandChannel
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (1)
804
channelSet.
OutOfBandChannel
= outOfBandChannel;
System\Windows\Media\MediaContext.cs (2)
2046
channelSet.
OutOfBandChannel
= _channelManager.OutOfBandChannel;
2596
channelSet.
OutOfBandChannel
= _channelManager.OutOfBandChannel;
4 references to OutOfBandChannel
PresentationCore (4)
System\Windows\InterOp\HwndTarget.cs (2)
1538
DUCE.Channel outOfBandChannel = channelSet.
OutOfBandChannel
;
2214
DUCE.Channel outOfBandChannel = channelSet.Value.
OutOfBandChannel
;
System\Windows\Media\MediaContext.cs (2)
1491
iv.AddRefOnChannel(channelSet.Channel, channelSet.
OutOfBandChannel
);
1537
iv.ReleaseOnChannel(channelSet.Channel, channelSet.
OutOfBandChannel
);