1 instantiation of ExceptionLogger
PresentationFramework (1)
System\Windows\Data\BindingOperations.cs (1)
562ExceptionLogger newLogger = new ExceptionLogger();
5 references to ExceptionLogger
PresentationFramework (5)
System\Windows\Data\BindingOperations.cs (5)
562ExceptionLogger newLogger = new ExceptionLogger(); 563Interlocked.CompareExchange<ExceptionLogger>(ref _exceptionLogger, newLogger, null); 570ExceptionLogger logger = _exceptionLogger; 574private static ExceptionLogger _exceptionLogger; 587Interlocked.CompareExchange<ExceptionLogger>(ref _exceptionLogger, null, this);