2 instantiations of Binder
System.Windows.Forms (2)
System\Windows\Forms\OLE\DataObject.Composition.BinaryFormatUtilities.cs (2)
74SerializationBinder binder = new Binder(typeof(T), resolver, legacyMode); 181if (!TypeNameIsAssignableToType(record.TypeName, type, new Binder(type, resolver, legacyMode)))
1 reference to Binder
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
171return IsRestrictedFormat(format) || Composition.Binder.IsKnownType<T>()