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