3 writes to OwnerTypeId
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (2)
631
record.
OwnerTypeId
= (short)-(short)KnownTypes.GetKnownElementFromKnownCommonProperty(knownId);
1349
bamlAttributeInfoRecord.
OwnerTypeId
= typeId;
System\Windows\Markup\BamlRecords.cs (1)
4586
OwnerTypeId
= bamlBinaryReader.ReadInt16();
11 references to OwnerTypeId
PresentationFramework (11)
System\Windows\Markup\BamlMapTable.cs (5)
700
return (record.
OwnerTypeId
== ownerTypeId) && (string.Equals(record.Name, name, StringComparison.Ordinal));
738
ownerTypeId = record.
OwnerTypeId
;
793
if (bamlAttributeInfoRecord.
OwnerTypeId
< 0)
796
GetKnownTypeFromId(bamlAttributeInfoRecord.
OwnerTypeId
);
800
BamlTypeInfoRecord typeInfo = (BamlTypeInfoRecord)TypeIdMap[bamlAttributeInfoRecord.
OwnerTypeId
];
System\Windows\Markup\BamlReader.cs (3)
2338
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
2389
BamlTypeInfoRecord valueTypeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
2464
BamlTypeInfoRecord valueTypeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
System\Windows\Markup\BamlRecordReader.cs (1)
2369
se.MemberType = MapTable.GetTypeFromId(attribInfo.
OwnerTypeId
);
System\Windows\Markup\BamlRecords.cs (2)
4597
bamlBinaryWriter.Write(
OwnerTypeId
);
4936
$"{RecordType} owner={GetTypeName(
OwnerTypeId
)} attr({AttributeId}) is '{_name}'");