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