40 references to Channel
PresentationCore (40)
System\Windows\InterOp\D3DImage.cs (1)
558
if (_duceResource.IsOnChannel(mediaContext.
Channel
))
System\Windows\Media\Animation\Animatable.cs (1)
336
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)
System\Windows\Media\Animation\AnimationClockResource.cs (1)
75
DUCE.Channel channel = mediaContext.
Channel
;
System\Windows\Media\BitmapCacheBrush.cs (1)
90
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1241
if (_duceResource.IsOnChannel(mediaContext.
Channel
))
System\Windows\Media\MediaContext.cs (32)
293
if (
Channel
!= null)
296
while (
Channel
.PeekNextMessage(out message))
969
if (
Channel
!= null)
973
CommittingBatch?.Invoke(
Channel
, new EventArgs());
976
Channel
.SyncFlush();
1200
Channel
);
1207
_uceEtwEvent.CreateOrAddRefOnChannel(this,
Channel
, DUCE.ResourceType.TYPE_ETWEVENTRESOURCE);
1210
RequestTier(
Channel
);
1212
Channel
.CloseBatch();
1213
Channel
.Commit();
1234
if (
Channel
!= null)
1236
_uceEtwEvent.ReleaseOnChannel(
Channel
);
1258
&&
Channel
.MarshalType == ChannelMarshalType.ChannelMarshalTypeCrossThread
1271
Channel
.SendCommand(
1323
Channel
.SendCommand(
1345
Debug.Assert(
Channel
!= null);
1358
RegisterForNotifications(
Channel
);
1483
if (
Channel
!= null)
1529
if (
Channel
!= null)
1764
if (
Channel
== null)
2023
Channel
);
2061
Channel
?.CloseBatch();
2112
if (
Channel
!= null)
2139
RequestPresentedNotification(
Channel
, TicksToCounts(presentationTime));
2149
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2151
Channel
.Commit();
2209
if (
Channel
!= null)
2227
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2230
Channel
.WaitForNextMessage();
2252
Channel
.WaitForNextMessage();
2268
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2276
Channel
.SyncFlush();
System\Windows\Media\MediaContextNotificationWindow.cs (1)
121
_ownerMediaContext.
Channel
.SetNotificationWindow(_hwndNotification.Handle, s_channelNotifyMessage);
System\Windows\Media\Visual.cs (1)
5201
if (mctx.
Channel
!= null)
System\Windows\Media\VisualBrush.cs (1)
90
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)