1 interface inheriting from IBinaryWriteable
PresentationCore (1)
System\Windows\BinaryFormat\IRecord.cs (1)
8internal interface IRecord : IBinaryWriteable
4 implementations of IBinaryWriteable
PresentationCore (4)
System\Windows\BinaryFormat\ArrayInfo.cs (1)
18internal readonly struct ArrayInfo : IBinaryWriteable
System\Windows\BinaryFormat\ClassInfo.cs (1)
18internal class ClassInfo : IBinaryWriteable
System\Windows\BinaryFormat\ClassTypeInfo.cs (1)
18internal readonly struct ClassTypeInfo : IBinaryWriteable
System\Windows\BinaryFormat\MemberTypeInfo.cs (1)
21internal readonly struct MemberTypeInfo : IBinaryWriteable, IEnumerable<(BinaryType Type, object? Info)>