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;
78
if (
_switch
.Enabled)
80
System.Diagnostics.Trace.WriteLine(
_switch
.Description + " " +
_switch
.DisplayName + " : " + message);
86
if (
_switch
.Enabled)
123
System.Diagnostics.Trace.WriteLine(
_switch
.Description + " " +
_switch
.DisplayName + " : " + message);
136
_switch
.Enabled = true;
141
_switch
.Enabled = false;
146
get { return
_switch
.Enabled; }