1 write to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
376
_unhandledExceptionHandlers
= New List(Of UnhandledExceptionEventHandler)
11 references to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
375
If
_unhandledExceptionHandlers
Is Nothing Then
379
_unhandledExceptionHandlers
.Add(value)
383
If
_unhandledExceptionHandlers
.Count = 1 Then
389
If
_unhandledExceptionHandlers
IsNot Nothing AndAlso
390
_unhandledExceptionHandlers
.Count > 0 Then
391
_unhandledExceptionHandlers
.Remove(value)
394
If
_unhandledExceptionHandlers
.Count = 0 Then
401
If
_unhandledExceptionHandlers
IsNot Nothing Then
407
For Each handler As UnhandledExceptionEventHandler In
_unhandledExceptionHandlers
918
If
_unhandledExceptionHandlers
IsNot Nothing AndAlso
_unhandledExceptionHandlers
.Count > 0 Then