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;
86
if (
_switch
.Enabled)
88
System.Diagnostics.Trace.WriteLine(
_switch
.Description + " " +
_switch
.DisplayName + " : " + message);
94
if (
_switch
.Enabled)
131
System.Diagnostics.Trace.WriteLine(
_switch
.Description + " " +
_switch
.DisplayName + " : " + message);
144
_switch
.Enabled = true;
149
_switch
.Enabled = false;
154
get { return
_switch
.Enabled; }