5 writes to PropInfo
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (1)
639
record.
PropInfo
= ownerType.GetProperty(record.Name, BindingFlags.Instance | BindingFlags.Public);
System\Windows\Markup\BamlReader.cs (2)
996
attrInfo.
PropInfo
= attrInfo.OwnerType.GetProperty(attrInfo.Name,
1018
attrInfo.
PropInfo
= infos[i];
System\Windows\Markup\XamlTypeMapper.cs (2)
823
attribInfo.
PropInfo
= GetCachedMemberInfo(currentParentType, propName, true, out cachedInfoRecord)
830
attribInfo.
PropInfo
= PropertyInfoFromName(propName, currentParentType, !ReflectionHelper.IsPublicType(currentParentType), false, out isInternal);
12 references to PropInfo
PresentationFramework (12)
System\Windows\Markup\BamlMapTable.cs (2)
372
if (info.
PropInfo
!= null)
906
if ((null == bamlAttributeInfoRecord.DP) && (null == bamlAttributeInfoRecord.
PropInfo
))
System\Windows\Markup\BamlReader.cs (2)
984
if (attrInfo.DP == null && attrInfo.
PropInfo
== null)
1024
if (attrInfo.
PropInfo
== null)
System\Windows\Markup\BamlRecordReader.cs (3)
3644
PropertyInfo propertyInfo = attribInfo.
PropInfo
;
5744
if (_attributeInfo.
PropInfo
== null)
5752
return _attributeInfo.
PropInfo
;
System\Windows\Markup\BamlRecords.cs (2)
4662
PropertyInfo propInfo =
PropInfo
;
4745
return
PropInfo
;
System\Windows\Markup\XamlTypeMapper.cs (3)
826
if (attribInfo.
PropInfo
== null)
832
if (attribInfo.
PropInfo
!= null)
837
cachedInfoRecord.SetPropertyMember(attribInfo.
PropInfo
);