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