2 references to GetStringRecord
PresentationCore (2)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
257
new ListConverter<string>(list, strings.
GetStringRecord
)).Write(writer);
System\Windows\BinaryFormat\ListConverter.cs (1)
20
string stringValue => strings.
GetStringRecord
(stringValue),