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