5 writes to PropInfo
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
661
record.
PropInfo
= ownerType.GetProperty(record.Name, BindingFlags.Instance | BindingFlags.Public);
src\Framework\System\Windows\Markup\BamlReader.cs (2)
1015
attrInfo.
PropInfo
= attrInfo.OwnerType.GetProperty(attrInfo.Name,
1037
attrInfo.
PropInfo
= infos[i];
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
917
attribInfo.
PropInfo
= GetCachedMemberInfo(currentParentType, propName, true, out cachedInfoRecord)
924
attribInfo.
PropInfo
= PropertyInfoFromName(propName, currentParentType, !ReflectionHelper.IsPublicType(currentParentType), false, out isInternal);
12 references to PropInfo
PresentationFramework (12)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
391
if (info.
PropInfo
!= null)
936
if ((null == bamlAttributeInfoRecord.DP) && (null == bamlAttributeInfoRecord.
PropInfo
))
src\Framework\System\Windows\Markup\BamlReader.cs (2)
1003
if (attrInfo.DP == null && attrInfo.
PropInfo
== null)
1043
if (attrInfo.
PropInfo
== null)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
3698
PropertyInfo propertyInfo = attribInfo.
PropInfo
;
5834
if (_attributeInfo.
PropInfo
== null)
5845
return _attributeInfo.
PropInfo
;
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4919
PropertyInfo propInfo =
PropInfo
;
5003
return
PropInfo
;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
920
if (attribInfo.
PropInfo
== null)
926
if (attribInfo.
PropInfo
!= null)
931
cachedInfoRecord.SetPropertyMember(attribInfo.
PropInfo
);