1 write to _switch
PresentationCore (1)
MS\Internal\MediaTrace.cs (1)
76_switch = new BooleanSwitch(switchName, "[PresentationCore]");
10 references to _switch
PresentationCore (10)
MS\Internal\MediaTrace.cs (10)
81_switch.Enabled = initialState; 86if (_switch.Enabled) 88System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.DisplayName + " : " + message); 94if (_switch.Enabled) 131System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.DisplayName + " : " + message); 144_switch.Enabled = true; 149_switch.Enabled = false; 154get { return _switch.Enabled; }