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