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;
79
if (
_switch
.Enabled)
81
System.Diagnostics.Trace.WriteLine(
_switch
.Description + " " +
_switch
.DisplayName + " : " + message);
87
if (
_switch
.Enabled)
124
System.Diagnostics.Trace.WriteLine(
_switch
.Description + " " +
_switch
.DisplayName + " : " + message);
137
_switch
.Enabled = true;
142
_switch
.Enabled = false;
147
get { return
_switch
.Enabled; }