1 write to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
383
_unhandledExceptionHandlers
= New List(Of UnhandledExceptionEventHandler)
11 references to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
382
If
_unhandledExceptionHandlers
Is Nothing Then
386
_unhandledExceptionHandlers
.Add(value)
390
If
_unhandledExceptionHandlers
.Count = 1 Then
396
If
_unhandledExceptionHandlers
IsNot Nothing AndAlso
397
_unhandledExceptionHandlers
.Count > 0 Then
398
_unhandledExceptionHandlers
.Remove(value)
401
If
_unhandledExceptionHandlers
.Count = 0 Then
408
If
_unhandledExceptionHandlers
IsNot Nothing Then
414
For Each handler As UnhandledExceptionEventHandler In
_unhandledExceptionHandlers
931
If
_unhandledExceptionHandlers
IsNot Nothing AndAlso
_unhandledExceptionHandlers
.Count > 0 Then