4 references to OutOfBandChannel
PresentationCore (4)
System\Windows\Media\HostVisual.cs (4)
225
targetsHandle = _target._contentRoot.DuplicateHandle(_target.
OutOfBandChannel
, (DUCE.Channel)channel);
229
_target.
OutOfBandChannel
.CloseBatch();
230
_target.
OutOfBandChannel
.Commit();
277
Debug.Assert(_target.
OutOfBandChannel
== MediaContext.CurrentMediaContext.OutOfBandChannel);