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