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