40 references to Channel
PresentationCore (40)
System\Windows\InterOp\D3DImage.cs (1)
559
if (_duceResource.IsOnChannel(mediaContext.
Channel
))
System\Windows\Media\Animation\Animatable.cs (1)
337
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)
1249
if (_duceResource.IsOnChannel(mediaContext.
Channel
))
System\Windows\Media\MediaContext.cs (32)
294
if (
Channel
!= null)
297
while (
Channel
.PeekNextMessage(out message))
970
if (
Channel
!= null)
974
CommittingBatch?.Invoke(
Channel
, new EventArgs());
977
Channel
.SyncFlush();
1201
Channel
);
1208
_uceEtwEvent.CreateOrAddRefOnChannel(this,
Channel
, DUCE.ResourceType.TYPE_ETWEVENTRESOURCE);
1211
RequestTier(
Channel
);
1213
Channel
.CloseBatch();
1214
Channel
.Commit();
1235
if (
Channel
!= null)
1237
_uceEtwEvent.ReleaseOnChannel(
Channel
);
1259
&&
Channel
.MarshalType == ChannelMarshalType.ChannelMarshalTypeCrossThread
1272
Channel
.SendCommand(
1324
Channel
.SendCommand(
1346
Debug.Assert(
Channel
!= null);
1359
RegisterForNotifications(
Channel
);
1484
if (
Channel
!= null)
1530
if (
Channel
!= null)
1768
if (
Channel
== null)
2030
Channel
);
2068
Channel
?.CloseBatch();
2119
if (
Channel
!= null)
2146
RequestPresentedNotification(
Channel
, TicksToCounts(presentationTime));
2156
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2158
Channel
.Commit();
2216
if (
Channel
!= null)
2234
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2237
Channel
.WaitForNextMessage();
2259
Channel
.WaitForNextMessage();
2275
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2283
Channel
.SyncFlush();
System\Windows\Media\MediaContextNotificationWindow.cs (1)
122
_ownerMediaContext.
Channel
.SetNotificationWindow(_hwndNotification.Handle, s_channelNotifyMessage);
System\Windows\Media\Visual.cs (1)
5204
if (mctx.
Channel
!= null)
System\Windows\Media\VisualBrush.cs (1)
91
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)