41 references to Channel
PresentationCore (41)
System\Windows\InterOp\D3DImage.cs (1)
559
if (_duceResource.IsOnChannel(mediaContext.
Channel
))
System\Windows\Media\Animation\Animatable.cs (1)
354
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)
System\Windows\Media\Animation\AnimationClockResource.cs (1)
76
DUCE.Channel channel = mediaContext.
Channel
;
System\Windows\Media\BitmapCacheBrush.cs (1)
91
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1260
if (_duceResource.IsOnChannel(mediaContext.
Channel
))
System\Windows\Media\MediaContext.cs (33)
294
if (
Channel
!= null)
297
while (
Channel
.PeekNextMessage(out message))
973
if (
Channel
!= null)
977
CommittingBatch?.Invoke(
Channel
, new EventArgs());
980
Channel
.SyncFlush();
1204
Channel
);
1211
_uceEtwEvent.CreateOrAddRefOnChannel(this,
Channel
, DUCE.ResourceType.TYPE_ETWEVENTRESOURCE);
1214
RequestTier(
Channel
);
1216
Channel
.CloseBatch();
1217
Channel
.Commit();
1238
if (
Channel
!= null)
1240
_uceEtwEvent.ReleaseOnChannel(
Channel
);
1262
&&
Channel
.MarshalType == ChannelMarshalType.ChannelMarshalTypeCrossThread
1275
Channel
.SendCommand(
1327
Channel
.SendCommand(
1349
Debug.Assert(
Channel
!= null);
1362
RegisterForNotifications(
Channel
);
1487
if (
Channel
!= null)
1533
if (
Channel
!= null)
1771
if (
Channel
== null)
2033
Channel
);
2071
if (
Channel
!= null)
2073
Channel
.CloseBatch();
2125
if (
Channel
!= null)
2152
RequestPresentedNotification(
Channel
, TicksToCounts(presentationTime));
2162
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2164
Channel
.Commit();
2222
if (
Channel
!= null)
2240
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2243
Channel
.WaitForNextMessage();
2265
Channel
.WaitForNextMessage();
2281
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2289
Channel
.SyncFlush();
System\Windows\Media\MediaContextNotificationWindow.cs (1)
122
_ownerMediaContext.
Channel
.SetNotificationWindow(_hwndNotification.Handle, s_channelNotifyMessage);
System\Windows\Media\Visual.cs (1)
5210
if (mctx.
Channel
!= null)
System\Windows\Media\VisualBrush.cs (1)
91
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)