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