1 write to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
381
_unhandledExceptionHandlers
= New List(Of UnhandledExceptionEventHandler)
11 references to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
380
If
_unhandledExceptionHandlers
Is Nothing Then
384
_unhandledExceptionHandlers
.Add(value)
388
If
_unhandledExceptionHandlers
.Count = 1 Then
394
If
_unhandledExceptionHandlers
IsNot Nothing AndAlso
395
_unhandledExceptionHandlers
.Count > 0 Then
396
_unhandledExceptionHandlers
.Remove(value)
399
If
_unhandledExceptionHandlers
.Count = 0 Then
406
If
_unhandledExceptionHandlers
IsNot Nothing Then
412
For Each handler As UnhandledExceptionEventHandler In
_unhandledExceptionHandlers
929
If
_unhandledExceptionHandlers
IsNot Nothing AndAlso
_unhandledExceptionHandlers
.Count > 0 Then