2 writes to _onPropertyChanged
System (2)
sys\system\configuration\ApplicationSettingsBase.cs (2)
203
_onPropertyChanged
+= value;
206
_onPropertyChanged
-= value;
2 references to _onPropertyChanged
System (2)
sys\system\configuration\ApplicationSettingsBase.cs (2)
279
if(
_onPropertyChanged
!= null) {
280
_onPropertyChanged
(this, e);