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)
836
case
ChannelMarshalType
.ChannelMarshalTypeSameThread:
839
case
ChannelMarshalType
.ChannelMarshalTypeCrossThread:
Graphics\include\exports.cs (3)
192
internal static extern int MilChannel_GetMarshalType(IntPtr channelHandle, out
ChannelMarshalType
marshalType);
698
internal
ChannelMarshalType
MarshalType
705
ChannelMarshalType
marshalType;