Base:
property
TypeName
System.Formats.Nrbf.SerializationRecord.TypeName
15 references to TypeName
PresentationCore (3)
System\Windows\Nrbf\SerializationRecordExtensions.cs (3)
130
|| !classInfo.
TypeName
.IsConstructedGenericType
131
|| classInfo.
TypeName
.GetGenericTypeDefinition().Name != typeof(List<>).Name
132
|| classInfo.
TypeName
.GetGenericArguments().Length != 1
System.Formats.Nrbf (1)
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (1)
41
if (!
TypeName
.IsSimple)
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)
308
|| !classInfo.
TypeName
.IsConstructedGenericType
309
|| classInfo.
TypeName
.GetGenericTypeDefinition().Name != typeof(List<>).Name
310
|| 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)
26
root.
TypeName
.FullName.Should().Be(typeof(Bitmap).FullName);
27
root.
TypeName
.AssemblyName!.FullName.Should().Be(AssemblyRef.SystemDrawing);
80
root.
TypeName
.FullName.Should().Be(typeof(ImageListStreamer).FullName);
81
root.
TypeName
.AssemblyName!.FullName.Should().Be(typeof(WinFormsBinaryFormatWriter).Assembly.FullName);