5 writes to PropInfo
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (1)
643
record.
PropInfo
= ownerType.GetProperty(record.Name, BindingFlags.Instance | BindingFlags.Public);
System\Windows\Markup\BamlReader.cs (2)
997
attrInfo.
PropInfo
= attrInfo.OwnerType.GetProperty(attrInfo.Name,
1019
attrInfo.
PropInfo
= infos[i];
System\Windows\Markup\XamlTypeMapper.cs (2)
824
attribInfo.
PropInfo
= GetCachedMemberInfo(currentParentType, propName, true, out cachedInfoRecord)
831
attribInfo.
PropInfo
= PropertyInfoFromName(propName, currentParentType, !ReflectionHelper.IsPublicType(currentParentType), false, out isInternal);
12 references to PropInfo
PresentationFramework (12)
System\Windows\Markup\BamlMapTable.cs (2)
369
if (info.
PropInfo
!= null)
918
if ((null == bamlAttributeInfoRecord.DP) && (null == bamlAttributeInfoRecord.
PropInfo
))
System\Windows\Markup\BamlReader.cs (2)
985
if (attrInfo.DP == null && attrInfo.
PropInfo
== null)
1025
if (attrInfo.
PropInfo
== null)
System\Windows\Markup\BamlRecordReader.cs (3)
3645
PropertyInfo propertyInfo = attribInfo.
PropInfo
;
5745
if (_attributeInfo.
PropInfo
== null)
5753
return _attributeInfo.
PropInfo
;
System\Windows\Markup\BamlRecords.cs (2)
4663
PropertyInfo propInfo =
PropInfo
;
4746
return
PropInfo
;
System\Windows\Markup\XamlTypeMapper.cs (3)
827
if (attribInfo.
PropInfo
== null)
833
if (attribInfo.
PropInfo
!= null)
838
cachedInfoRecord.SetPropertyMember(attribInfo.
PropInfo
);