3 writes to OwnerTypeId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
649
record.
OwnerTypeId
= (short)-(short)KnownTypes.GetKnownElementFromKnownCommonProperty(knownId);
1367
bamlAttributeInfoRecord.
OwnerTypeId
= typeId;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4836
OwnerTypeId
= bamlBinaryReader.ReadInt16();
11 references to OwnerTypeId
PresentationFramework (11)
src\Framework\System\Windows\Markup\BamlMapTable.cs (5)
718
return (record.
OwnerTypeId
== ownerTypeId) && (String.CompareOrdinal(record.Name, name) == 0);
756
ownerTypeId = record.
OwnerTypeId
;
811
if (bamlAttributeInfoRecord.
OwnerTypeId
< 0)
814
GetKnownTypeFromId(bamlAttributeInfoRecord.
OwnerTypeId
);
818
BamlTypeInfoRecord typeInfo = (BamlTypeInfoRecord)TypeIdMap[bamlAttributeInfoRecord.
OwnerTypeId
];
src\Framework\System\Windows\Markup\BamlReader.cs (3)
2372
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
2423
BamlTypeInfoRecord valueTypeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
2498
BamlTypeInfoRecord valueTypeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
2409
se.MemberType = MapTable.GetTypeFromId(attribInfo.
OwnerTypeId
);
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4847
bamlBinaryWriter.Write(
OwnerTypeId
);
5187
RecordType, GetTypeName(
OwnerTypeId
), AttributeId, _name);