1 write to _switch
PresentationCore (1)
MS\Internal\MediaTrace.cs (1)
68_switch = new BooleanSwitch(switchName, "[PresentationCore]");
10 references to _switch
PresentationCore (10)
MS\Internal\MediaTrace.cs (10)
73_switch.Enabled = initialState; 78if (_switch.Enabled) 80System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.DisplayName + " : " + message); 86if (_switch.Enabled) 123System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.DisplayName + " : " + message); 136_switch.Enabled = true; 141_switch.Enabled = false; 146get { return _switch.Enabled; }