6 references to PropertyInfoInternal
System.Configuration (6)
System\Configuration\ConfigurationElement.cs (5)
267_values.SetValue(propInfo.Name, propInfo.Value, flags, source.PropertyInfoInternal(propInfo.Name)); 956PropertySourceInfo p = (PropertySourceInfo)PropertyInfoInternal(propertyName); 958p = (PropertySourceInfo)PropertyInfoInternal(String.Empty); // Get the filename of the parent if prop is not there 965PropertySourceInfo p = (PropertySourceInfo)PropertyInfoInternal(propertyName); 967p = (PropertySourceInfo)PropertyInfoInternal(String.Empty);
System\Configuration\elementinformation.cs (1)
88return _thisElement.PropertyInfoInternal(_thisElement.ElementTagName);