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