6 references to PropertyInfoInternal
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationElement.cs (5)
387source.PropertyInfoInternal(propInfo.Name)); 856PropertySourceInfo p = PropertyInfoInternal(propertyName) ?? PropertyInfoInternal(string.Empty); 862PropertySourceInfo p = PropertyInfoInternal(propertyName) ?? PropertyInfoInternal(string.Empty);
System\Configuration\ElementInformation.cs (1)
60return _thisElement.PropertyInfoInternal(_thisElement.ElementTagName);