Base:
property
TypeName
System.Formats.Nrbf.SerializationRecord.TypeName
14 references to TypeName
PresentationCore (3)
System\Windows\Nrbf\SerializationRecordExtensions.cs (3)
128
|| !classInfo.
TypeName
.IsConstructedGenericType
129
|| classInfo.
TypeName
.GetGenericTypeDefinition().Name != typeof(List<>).Name
130
|| classInfo.
TypeName
.GetGenericArguments().Length != 1
System.Private.Windows.Core (5)
System\Private\Windows\Core\BinaryFormat\Deserializer\ClassRecordDeserializer.cs (1)
33
Type type = deserializer.TypeResolver.GetType(classRecord.
TypeName
);
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (1)
338
Type type = _typeResolver.GetType(classRecord.
TypeName
);
System\Private\Windows\Core\Nrbf\SerializationRecordExtensions.cs (3)
351
|| !classInfo.
TypeName
.IsConstructedGenericType
352
|| classInfo.
TypeName
.GetGenericTypeDefinition().Name != typeof(List<>).Name
353
|| classInfo.
TypeName
.GetGenericArguments().Length != 1
System.Resources.Extensions (2)
System\Resources\Extensions\BinaryFormat\Deserializer\ClassRecordDeserializer.cs (1)
33
Type type = deserializer.TypeResolver.GetType(classRecord.
TypeName
);
System\Resources\Extensions\BinaryFormat\Deserializer\Deserializer.cs (1)
342
Type type = _typeResolver.GetType(classRecord.
TypeName
);
System.Windows.Forms.Tests (4)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (4)
117
root.
TypeName
.FullName.Should().Be(typeof(Bitmap).FullName);
118
root.
TypeName
.AssemblyName!.FullName.Should().Be(AssemblyRef.SystemDrawing);
171
root.
TypeName
.FullName.Should().Be(typeof(ImageListStreamer).FullName);
172
root.
TypeName
.AssemblyName!.FullName.Should().Be(typeof(WinFormsBinaryFormatWriter).Assembly.FullName);