3 instantiations of ActiveXMessageFormatter
System.Messaging (3)
System\Messaging\ActiveXMessageFormatter.cs (1)
92
return new
ActiveXMessageFormatter
();
System\Messaging\Design\MessageFormatterConverter.cs (2)
56
return new
ActiveXMessageFormatter
();
116
StandardValuesCollection values = new StandardValuesCollection(new object[] { new
ActiveXMessageFormatter
(),
3 references to ActiveXMessageFormatter
System.Messaging (3)
System\Messaging\Design\MessageFormatterConverter.cs (3)
55
if (((string)value) == typeof(
ActiveXMessageFormatter
).Name)
88
else if (value is
ActiveXMessageFormatter
)
90
ConstructorInfo ctor = typeof(
ActiveXMessageFormatter
).GetConstructor(new Type[0]);