1 write to _switch
PresentationCore (1)
MS\Internal\MediaTrace.cs (1)
69_switch = new BooleanSwitch(switchName, "[PresentationCore]");
10 references to _switch
PresentationCore (10)
MS\Internal\MediaTrace.cs (10)
74_switch.Enabled = initialState; 79if (_switch.Enabled) 81System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.DisplayName + " : " + message); 87if (_switch.Enabled) 124System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.DisplayName + " : " + message); 137_switch.Enabled = true; 142_switch.Enabled = false; 147get { return _switch.Enabled; }