2 writes to CurrentId
PresentationCore (2)
System\Windows\BinaryFormat\StringRecordsCollection.cs (2)
19
public StringRecordsCollection(int currentId) =>
CurrentId
= currentId;
46
CurrentId
++;
2 references to CurrentId
PresentationCore (2)
System\Windows\BinaryFormat\StringRecordsCollection.cs (2)
44
_strings[value] =
CurrentId
;
45
IRecord record = new BinaryObjectString(
CurrentId
, value);