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