4 instantiations of BinaryObjectString
PresentationCore (4)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (3)
55
new
BinaryObjectString
(1, value).Write(writer);
520
new
BinaryObjectString
(2, TypeInfo.NotSupportedExceptionType),
521
new
BinaryObjectString
(3, exception.Message),
System\Windows\BinaryFormat\StringRecordsCollection.cs (1)
47
IRecord record = new
BinaryObjectString
(CurrentId, value);
2 references to BinaryObjectString
PresentationCore (2)
System\Windows\BinaryFormat\BinaryObjectString.cs (1)
41
|| (obj is
BinaryObjectString
bos && bos.ObjectId == ObjectId && bos.Value == Value);
System\Windows\BinaryFormat\StringRecordsCollection.cs (1)
11
/// Helper to create and track records for <see cref="
BinaryObjectString
"/> and <see cref="MemberReference"/>