1 write to _stringIdToInfo
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1761init => _stringIdToInfo = value;
2 references to _stringIdToInfo
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1685StringIdMap = new List<BamlStringInfoRecord>(_stringIdToInfo) 1759get => _stringIdToInfo;