41 references to Channel
PresentationCore (41)
System\Windows\InterOp\D3DImage.cs (1)
571
if (_duceResource.IsOnChannel(mediaContext.
Channel
))
System\Windows\Media\Animation\Animatable.cs (1)
361
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)
System\Windows\Media\Animation\AnimationClockResource.cs (1)
81
DUCE.Channel channel = mediaContext.
Channel
;
System\Windows\Media\BitmapCacheBrush.cs (1)
99
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1277
if (_duceResource.IsOnChannel(mediaContext.
Channel
))
System\Windows\Media\MediaContext.cs (33)
315
if (
Channel
!= null)
318
while (
Channel
.PeekNextMessage(out message))
994
if (
Channel
!= null)
998
CommittingBatch?.Invoke(
Channel
, new EventArgs());
1001
Channel
.SyncFlush();
1225
Channel
);
1232
_uceEtwEvent.CreateOrAddRefOnChannel(this,
Channel
, DUCE.ResourceType.TYPE_ETWEVENTRESOURCE);
1235
RequestTier(
Channel
);
1237
Channel
.CloseBatch();
1238
Channel
.Commit();
1259
if (
Channel
!= null)
1261
_uceEtwEvent.ReleaseOnChannel(
Channel
);
1283
&&
Channel
.MarshalType == ChannelMarshalType.ChannelMarshalTypeCrossThread
1296
Channel
.SendCommand(
1348
Channel
.SendCommand(
1370
Debug.Assert(
Channel
!= null);
1383
RegisterForNotifications(
Channel
);
1508
if (
Channel
!= null)
1554
if (
Channel
!= null)
1792
if (
Channel
== null)
2054
Channel
);
2092
if (
Channel
!= null)
2094
Channel
.CloseBatch();
2146
if (
Channel
!= null)
2173
RequestPresentedNotification(
Channel
, TicksToCounts(presentationTime));
2183
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2185
Channel
.Commit();
2243
if (
Channel
!= null)
2261
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2264
Channel
.WaitForNextMessage();
2286
Channel
.WaitForNextMessage();
2302
CommittingBatch?.Invoke(
Channel
, new EventArgs());
2310
Channel
.SyncFlush();
System\Windows\Media\MediaContextNotificationWindow.cs (1)
139
_ownerMediaContext.
Channel
.SetNotificationWindow(_hwndNotification.Handle, s_channelNotifyMessage);
System\Windows\Media\Visual.cs (1)
5226
if (mctx.
Channel
!= null)
System\Windows\Media\VisualBrush.cs (1)
100
if (!resource.GetHandle(mediaContext.
Channel
).IsNull)