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)
1767
if (
Channel
== null)
2029
Channel
);
2067
Channel
?.CloseBatch();
2118
if (
Channel
!= null)
2145
RequestPresentedNotification(
Channel
, TicksToCounts(presentationTime));
2155
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2157
Channel
.Commit();
2215
if (
Channel
!= null)
2233
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2236
Channel
.WaitForNextMessage();
2258
Channel
.WaitForNextMessage();
2274
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2282
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)