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