3 writes to OwnerTypeId
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (2)
626
OwnerTypeId
= (short)-(short)KnownTypes.GetKnownElementFromKnownCommonProperty(knownId)
1342
OwnerTypeId
= typeId
System\Windows\Markup\BamlRecords.cs (1)
4579
OwnerTypeId
= bamlBinaryReader.ReadInt16();
11 references to OwnerTypeId
PresentationFramework (11)
System\Windows\Markup\BamlMapTable.cs (5)
692
return (record.
OwnerTypeId
== ownerTypeId) && (string.Equals(record.Name, name, StringComparison.Ordinal));
730
ownerTypeId = record.
OwnerTypeId
;
785
if (bamlAttributeInfoRecord.
OwnerTypeId
< 0)
787
bamlAttributeInfoRecord.OwnerType = GetKnownTypeFromId(bamlAttributeInfoRecord.
OwnerTypeId
);
791
BamlTypeInfoRecord typeInfo = TypeIdMap[bamlAttributeInfoRecord.
OwnerTypeId
];
System\Windows\Markup\BamlReader.cs (3)
2360
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
2411
BamlTypeInfoRecord valueTypeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
2486
BamlTypeInfoRecord valueTypeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
System\Windows\Markup\BamlRecordReader.cs (1)
2360
MemberType = MapTable.GetTypeFromId(attribInfo.
OwnerTypeId
),
System\Windows\Markup\BamlRecords.cs (2)
4590
bamlBinaryWriter.Write(
OwnerTypeId
);
4928
$"{RecordType} owner={GetTypeName(
OwnerTypeId
)} attr({AttributeId}) is '{_name}'");