6 references to ChannelMarshalType
PresentationCore (6)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
150
internal static extern int MilChannel_GetMarshalType(IntPtr channelHandle, out
ChannelMarshalType
marshalType);
581
internal
ChannelMarshalType
MarshalType
587
ChannelMarshalType
marshalType;
System\Windows\Media\MediaContext.cs (1)
1258
&& Channel.MarshalType ==
ChannelMarshalType
.ChannelMarshalTypeCrossThread
System\Windows\Media\MediaPlayer.cs (2)
793
case
ChannelMarshalType
.ChannelMarshalTypeSameThread:
796
case
ChannelMarshalType
.ChannelMarshalTypeCrossThread: