1 write to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
380
_unhandledExceptionHandlers
= New List(Of UnhandledExceptionEventHandler)
11 references to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
379
If
_unhandledExceptionHandlers
Is Nothing Then
383
_unhandledExceptionHandlers
.Add(value)
386
If
_unhandledExceptionHandlers
.Count = 1 Then
392
If
_unhandledExceptionHandlers
IsNot Nothing AndAlso
393
_unhandledExceptionHandlers
.Count > 0 Then
394
_unhandledExceptionHandlers
.Remove(value)
397
If
_unhandledExceptionHandlers
.Count = 0 Then
404
If
_unhandledExceptionHandlers
IsNot Nothing Then
410
For Each handler As UnhandledExceptionEventHandler In
_unhandledExceptionHandlers
964
If
_unhandledExceptionHandlers
IsNot Nothing AndAlso
_unhandledExceptionHandlers
.Count > 0 Then