2 writes to OwnerType
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
803bamlAttributeInfoRecord.OwnerType = 811bamlAttributeInfoRecord.OwnerType = GetTypeFromTypeInfo(typeInfo);
15 references to OwnerType
PresentationFramework (15)
System\Windows\Markup\BamlMapTable.cs (9)
383object key = GetAttributeInfoKey(info.OwnerType.FullName, info.Name); 650Type ownerType = record.OwnerType; 799if (bamlAttributeInfoRecord.OwnerType == null) 816return bamlAttributeInfoRecord.OwnerType; 826if (attributeInfo != null && attributeInfo.OwnerType != null) 829XamlTypeMapper.UpdateClrPropertyInfo(attributeInfo.OwnerType, attributeInfo); 842propName = $"{attributeInfo.OwnerType.FullName}.{attributeInfo.Name}"; 931if (null != bamlAttributeInfoRecord.OwnerType) 935bamlAttributeInfoRecord.OwnerType);
System\Windows\Markup\BamlReader.cs (3)
995if (attrInfo.OwnerType == null) 1003attrInfo.PropInfo = attrInfo.OwnerType.GetProperty(attrInfo.Name, 1019PropertyInfo[] infos = attrInfo.OwnerType.GetProperties(
System\Windows\Markup\BamlRecordReader.cs (2)
3536attribInfo.OwnerType.FullName, 5163return $"{attribInfo.OwnerType.Name}.{attribInfo.Name}";
System\Windows\Markup\XamlTypeMapper.cs (1)
874Type propertyOwnerType = attributeInfo.OwnerType;