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