10 references to DisplayName
Microsoft.Extensions.Logging.TraceSource (1)
TraceSourceLoggerProvider.cs (1)
109return string.IsNullOrEmpty(traceSource.Switch.DisplayName) == string.IsNullOrEmpty(traceSource.Name) &&
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}");
PresentationUI (2)
MS\Internal\Documents\Application\Trace.cs (2)
37boolSwitch.DisplayName); 59boolSwitch.DisplayName);
System.Configuration.ConfigurationManager (2)
System\Diagnostics\TraceConfiguration.cs (2)
65if (sourceElement.SwitchName != traceSource.Switch.DisplayName) 182SwitchElement mySettings = switchSettings[sw.DisplayName];
System.Diagnostics.TraceSource (2)
System\Diagnostics\TraceSwitch.cs (2)
84Trace.WriteLine(SR.Format(SR.TraceSwitchLevelTooLow, DisplayName)); 89Trace.WriteLine(SR.Format(SR.TraceSwitchLevelTooHigh, DisplayName));