3 writes to OwnerTypeId
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (2)
630
OwnerTypeId
= (short)-(short)KnownTypes.GetKnownElementFromKnownCommonProperty(knownId)
1356
OwnerTypeId
= typeId
System\Windows\Markup\BamlRecords.cs (1)
4580
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)
2361
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
2412
BamlTypeInfoRecord valueTypeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
2487
BamlTypeInfoRecord valueTypeInfo = MapTable.GetTypeInfoFromId(attrInfo.
OwnerTypeId
);
System\Windows\Markup\BamlRecordReader.cs (1)
2361
MemberType = MapTable.GetTypeFromId(attribInfo.
OwnerTypeId
),
System\Windows\Markup\BamlRecords.cs (2)
4591
bamlBinaryWriter.Write(
OwnerTypeId
);
4929
$"{RecordType} owner={GetTypeName(
OwnerTypeId
)} attr({AttributeId}) is '{_name}'");