41 references to Channel
PresentationCore (41)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
628if (_duceResource.IsOnChannel(mediaContext.Channel))
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (1)
363if (!resource.GetHandle(mediaContext.Channel).IsNull)
Core\CSharp\System\Windows\Media\Animation\AnimationClockResource.cs (1)
83DUCE.Channel channel = mediaContext.Channel;
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (1)
101if (!resource.GetHandle(mediaContext.Channel).IsNull)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1469if (_duceResource.IsOnChannel(mediaContext.Channel))
Core\CSharp\System\Windows\Media\MediaContext.cs (33)
328if (Channel != null) 331while (Channel.PeekNextMessage(out message)) 1013if (Channel != null) 1018CommittingBatch(Channel, new EventArgs()); 1021Channel.SyncFlush(); 1245Channel); 1252_uceEtwEvent.CreateOrAddRefOnChannel(this, Channel, DUCE.ResourceType.TYPE_ETWEVENTRESOURCE); 1255RequestTier(Channel); 1257Channel.CloseBatch(); 1258Channel.Commit(); 1279if (Channel != null) 1281_uceEtwEvent.ReleaseOnChannel(Channel); 1308&& Channel.MarshalType == ChannelMarshalType.ChannelMarshalTypeCrossThread 1321Channel.SendCommand( 1378Channel.SendCommand( 1401Debug.Assert(Channel != null); 1414RegisterForNotifications(Channel); 1547if (Channel != null) 1600if (Channel != null) 1846if (Channel == null) 2106Channel); 2144if (Channel != null) 2146Channel.CloseBatch(); 2198if (Channel != null) 2225RequestPresentedNotification(Channel, TicksToCounts(presentationTime)); 2237CommittingBatch(Channel, new EventArgs()); 2240Channel.Commit(); 2315if (Channel != null) 2335CommittingBatch(Channel, new EventArgs()); 2338Channel.WaitForNextMessage(); 2360Channel.WaitForNextMessage(); 2378CommittingBatch(Channel, new EventArgs()); 2386Channel.SyncFlush();
Core\CSharp\System\Windows\Media\MediaContextNotificationWindow.cs (1)
170_ownerMediaContext.Channel.SetNotificationWindow(_hwndNotification.Value.Handle, s_channelNotifyMessage);
Core\CSharp\System\Windows\Media\Visual.cs (1)
5273if (mctx.Channel != null)
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
102if (!resource.GetHandle(mediaContext.Channel).IsNull)