3 overrides of OnValueChanged
System (3)
compmod\system\diagnostics\BooleanSwitch.cs (1)
47protected override void OnValueChanged() {
compmod\system\diagnostics\SourceSwitch.cs (1)
35protected override void OnValueChanged() {
compmod\system\diagnostics\TraceSwitch.cs (1)
112protected override void OnValueChanged() {
4 references to OnValueChanged
System (4)
compmod\system\diagnostics\BooleanSwitch.cs (1)
52base.OnValueChanged();
compmod\system\diagnostics\Switch.cs (3)
155OnValueChanged(); 218OnValueChanged(); 224OnValueChanged();