27 references to IsCriticalException
System.Windows.Forms (27)
misc\ClientUtils.cs (1)
50
return (ex is System.Security.SecurityException) ||
IsCriticalException
(ex);
winforms\Managed\System\Resources\ResXDataNode.cs (1)
626
if(ClientUtils.
IsCriticalException
(ex)) {
winforms\Managed\System\WinForms\AxHost.cs (2)
3784
if (ClientUtils.
IsCriticalException
(ex)) {
3796
if (ClientUtils.
IsCriticalException
(ex)) {
winforms\Managed\System\WinForms\Control.cs (1)
13720
if (ClientUtils.
IsCriticalException
(ex) && !(ex is OutOfMemoryException)) {
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1921
if (ClientUtils.
IsCriticalException
(exception))
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
205
if (ClientUtils.
IsCriticalException
(exception))
219
if (ClientUtils.
IsCriticalException
(exception))
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (6)
1219
if (ClientUtils.
IsCriticalException
(exception) && !(exception is IndexOutOfRangeException))
1253
if (ClientUtils.
IsCriticalException
(exception) && !(exception is IndexOutOfRangeException))
1286
if (ClientUtils.
IsCriticalException
(exception) && !(exception is IndexOutOfRangeException))
1464
if (ClientUtils.
IsCriticalException
(exception))
1522
if (ClientUtils.
IsCriticalException
(exception))
1601
if (ClientUtils.
IsCriticalException
(exception))
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
3130
if (ClientUtils.
IsCriticalException
(exception))
9862
if (ClientUtils.
IsCriticalException
(exception))
9903
if (ClientUtils.
IsCriticalException
(exception))
17171
if (ClientUtils.
IsCriticalException
(ex))
20521
if (ClientUtils.
IsCriticalException
(exception))
25540
if (ClientUtils.
IsCriticalException
(e))
winforms\Managed\System\WinForms\PictureBox.cs (1)
1312
if (ClientUtils.
IsCriticalException
(ex))
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (1)
327
if (ClientUtils.
IsCriticalException
(e))
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1812
if (ClientUtils.
IsCriticalException
(e)) {
winforms\Managed\System\WinForms\ToolStripSettings.cs (1)
321
if (ClientUtils.
IsCriticalException
(e)) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
409
if (ClientUtils.
IsCriticalException
(ex)) {
1248
if (ClientUtils.
IsCriticalException
(ex)) {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
476
if (ClientUtils.
IsCriticalException
(ex))