4 references to BinaryObjectString
PresentationCore (4)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (3)
55new BinaryObjectString(1, value).Write(writer); 520new BinaryObjectString(2, TypeInfo.NotSupportedExceptionType), 521new BinaryObjectString(3, exception.Message),
System\Windows\BinaryFormat\StringRecordsCollection.cs (1)
47IRecord record = new BinaryObjectString(CurrentId, value);