3 writes to OutOfBandChannel
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (1)
811channelSet.OutOfBandChannel = outOfBandChannel;
System\Windows\Media\MediaContext.cs (2)
2074channelSet.OutOfBandChannel = _channelManager.OutOfBandChannel; 2635channelSet.OutOfBandChannel = _channelManager.OutOfBandChannel;
4 references to OutOfBandChannel
PresentationCore (4)
System\Windows\InterOp\HwndTarget.cs (2)
1551DUCE.Channel outOfBandChannel = channelSet.OutOfBandChannel; 2225DUCE.Channel outOfBandChannel = channelSet.Value.OutOfBandChannel;
System\Windows\Media\MediaContext.cs (2)
1517iv.AddRefOnChannel(channelSet.Channel, channelSet.OutOfBandChannel); 1563iv.ReleaseOnChannel(channelSet.Channel, channelSet.OutOfBandChannel);