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