4 references to OutOfBandChannel
PresentationCore (4)
Core\CSharp\System\Windows\Media\HostVisual.cs (4)
221
targetsHandle = _target._contentRoot.DuplicateHandle(_target.
OutOfBandChannel
, (DUCE.Channel)channel);
225
_target.
OutOfBandChannel
.CloseBatch();
226
_target.
OutOfBandChannel
.Commit();
273
Debug.Assert(_target.
OutOfBandChannel
== MediaContext.CurrentMediaContext.OutOfBandChannel);