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