6 references to BinaryObjectString
System.Private.Windows.Core (6)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (5)
46
new
BinaryObjectString
(1, value).Write(writer);
272
typeof(Color).GetField("name", BindingFlags.NonPublic | BindingFlags.Instance)!.GetValue(value) is not string name ? null : new
BinaryObjectString
(2, name),
656
new
BinaryObjectString
(2, TypeInfo.NotSupportedExceptionType),
657
new
BinaryObjectString
(3, exception.Message),
770
new
BinaryObjectString
(objectId: 4, jsonData.InnerTypeAssemblyQualifiedName)).Write(writer);
System\Private\Windows\BinaryFormat\Support\StringRecordsCollection.cs (1)
47
IRecord record = new
BinaryObjectString
(CurrentId, value);