1 write to AttributeIdMap
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1684
AttributeIdMap
= new List<BamlAttributeInfoRecord>(_attributeIdToInfo),
16 references to AttributeIdMap
PresentationFramework (16)
System\Windows\Markup\BamlMapTable.cs (16)
358
if (
AttributeIdMap
.Count > 0 || TypeIdMap.Count > 0)
369
for (int i = 0; i <
AttributeIdMap
.Count; i++)
371
BamlAttributeInfoRecord info =
AttributeIdMap
[i];
394
AttributeIdMap
.Clear();
644
return
AttributeIdMap
[id];
675
BamlAttributeInfoRecord record =
AttributeIdMap
[id];
691
BamlAttributeInfoRecord record =
AttributeIdMap
[id];
712
BamlAttributeInfoRecord record =
AttributeIdMap
[id];
728
BamlAttributeInfoRecord record =
AttributeIdMap
[id];
897
BamlAttributeInfoRecord attribInfo =
AttributeIdMap
[id];
1345
AttributeIdMap
.Add(bamlAttributeInfoRecord);
1346
bamlAttributeInfoRecord.AttributeId = (short)(
AttributeIdMap
.Count - 1);
1635
Debug.Assert(
AttributeIdMap
.Count == record.AttributeId || record.Name ==
AttributeIdMap
[record.AttributeId].Name);
1637
if (
AttributeIdMap
.Count == record.AttributeId)
1639
AttributeIdMap
.Add(record);