3 references to Description
PresentationCore (2)
MS\Internal\MediaTrace.cs (2)
81
System.Diagnostics.Trace.WriteLine(_switch.
Description
+ " " + _switch.DisplayName + " : " + message);
124
System.Diagnostics.Trace.WriteLine(_switch.
Description
+ " " + _switch.DisplayName + " : " + message);
PresentationFramework (1)
MS\Internal\Documents\DocumentsTrace.cs (1)
138
System.Diagnostics.Trace.WriteLine($"{_switch.
Description
} {_switch.DisplayName} : {message}");