3 references to PropertyInfoFromName
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapper.cs (3)
830attribInfo.PropInfo = PropertyInfoFromName(propName, currentParentType, !ReflectionHelper.IsPublicType(currentParentType), false, out isInternal);
1383memberInfo = PropertyInfoFromName(localName, objectType, tryInternal, true, out isInternal);
1543memberInfo = PropertyInfoFromName(localName, baseType, tryInternal, true, out isInternal);