4 references to OutOfBandChannel
PresentationCore (4)
System\Windows\Media\HostVisual.cs (4)
209
targetsHandle = _target._contentRoot.DuplicateHandle(_target.
OutOfBandChannel
, (DUCE.Channel)channel);
213
_target.
OutOfBandChannel
.CloseBatch();
214
_target.
OutOfBandChannel
.Commit();
261
Debug.Assert(_target.
OutOfBandChannel
== MediaContext.CurrentMediaContext.OutOfBandChannel);