6 references to ChannelMarshalType
PresentationCore (6)
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
1308&& Channel.MarshalType == ChannelMarshalType.ChannelMarshalTypeCrossThread
Core\CSharp\System\Windows\Media\MediaPlayer.cs (2)
836case ChannelMarshalType.ChannelMarshalTypeSameThread: 839case ChannelMarshalType.ChannelMarshalTypeCrossThread:
Graphics\include\exports.cs (3)
192internal static extern int MilChannel_GetMarshalType(IntPtr channelHandle, out ChannelMarshalType marshalType); 698internal ChannelMarshalType MarshalType 705ChannelMarshalType marshalType;