41 references to Channel
PresentationCore (41)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
628
if (_duceResource.IsOnChannel(mediaContext.
Channel
))
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (1)
363
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)
Core\CSharp\System\Windows\Media\Animation\AnimationClockResource.cs (1)
83
DUCE.Channel channel = mediaContext.
Channel
;
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (1)
101
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1469
if (_duceResource.IsOnChannel(mediaContext.
Channel
))
Core\CSharp\System\Windows\Media\MediaContext.cs (33)
328
if (
Channel
!= null)
331
while (
Channel
.PeekNextMessage(out message))
1013
if (
Channel
!= null)
1018
CommittingBatch(
Channel
, new EventArgs());
1021
Channel
.SyncFlush();
1245
Channel
);
1252
_uceEtwEvent.CreateOrAddRefOnChannel(this,
Channel
, DUCE.ResourceType.TYPE_ETWEVENTRESOURCE);
1255
RequestTier(
Channel
);
1257
Channel
.CloseBatch();
1258
Channel
.Commit();
1279
if (
Channel
!= null)
1281
_uceEtwEvent.ReleaseOnChannel(
Channel
);
1308
&&
Channel
.MarshalType == ChannelMarshalType.ChannelMarshalTypeCrossThread
1321
Channel
.SendCommand(
1378
Channel
.SendCommand(
1401
Debug.Assert(
Channel
!= null);
1414
RegisterForNotifications(
Channel
);
1547
if (
Channel
!= null)
1600
if (
Channel
!= null)
1846
if (
Channel
== null)
2106
Channel
);
2144
if (
Channel
!= null)
2146
Channel
.CloseBatch();
2198
if (
Channel
!= null)
2225
RequestPresentedNotification(
Channel
, TicksToCounts(presentationTime));
2237
CommittingBatch(
Channel
, new EventArgs());
2240
Channel
.Commit();
2315
if (
Channel
!= null)
2335
CommittingBatch(
Channel
, new EventArgs());
2338
Channel
.WaitForNextMessage();
2360
Channel
.WaitForNextMessage();
2378
CommittingBatch(
Channel
, new EventArgs());
2386
Channel
.SyncFlush();
Core\CSharp\System\Windows\Media\MediaContextNotificationWindow.cs (1)
170
_ownerMediaContext.
Channel
.SetNotificationWindow(_hwndNotification.Value.Handle, s_channelNotifyMessage);
Core\CSharp\System\Windows\Media\Visual.cs (1)
5273
if (mctx.
Channel
!= null)
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
102
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)