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)
279if(_onPropertyChanged != null) { 280_onPropertyChanged(this, e);