3 references to SettingChangingEventHandler
System (1)
src\libraries\shims\System\ref\System.cs (1)
441
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
SettingChangingEventHandler
))]
System.Configuration.ConfigurationManager (2)
System\Configuration\ApplicationSettingsBase.cs (2)
24
private
SettingChangingEventHandler
_onSettingChanging;
235
public event
SettingChangingEventHandler
SettingChanging