2 writes to _onSettingsLoaded
System (2)
sys\system\configuration\ApplicationSettingsBase.cs (2)
228
_onSettingsLoaded
+= value;
231
_onSettingsLoaded
-= value;
2 references to _onSettingsLoaded
System (2)
sys\system\configuration\ApplicationSettingsBase.cs (2)
297
if(
_onSettingsLoaded
!= null) {
298
_onSettingsLoaded
(this, e);