1 override of CanCatchWndProcException
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.WindowSubclassHandler.cs (1)
37protected override bool CanCatchWndProcException(Exception ex) => CanCatchCallbackException();
1 reference to CanCatchWndProcException
System.Windows.Forms (1)
System\Windows\Forms\WindowSubclassHandler.cs (1)
275catch (Exception ex) when (CanCatchWndProcException(ex))