8 references to StringIdMap
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (8)
404StringIdMap.Clear(); 625Debug.Assert(id < StringIdMap.Count); 626BamlStringInfoRecord infoRecord = (BamlStringInfoRecord)StringIdMap[id]; 1474stringInfo.StringId = (short)StringIdMap.Add(stringInfo); 1662Debug.Assert(StringIdMap.Count == record.StringId || 1664((BamlStringInfoRecord)StringIdMap[record.StringId]).Value); 1666if (StringIdMap.Count == record.StringId) 1668StringIdMap.Add(record);