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