7 references to ClientUtils
System.Drawing.Common (7)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
129catch (Exception ex) when (!ClientUtils.IsSecurityOrCriticalException(ex))
System\Drawing\Drawing2D\GraphicsPathIterator.cs (1)
41if (ClientUtils.IsSecurityOrCriticalException(ex))
System\Drawing\Font.cs (1)
187catch (Exception ex) when (!ClientUtils.IsCriticalException(ex))
System\Drawing\StringFormat.cs (1)
82if (ClientUtils.IsCriticalException(ex))
System\Drawing\ToolboxBitmapAttribute.cs (3)
138catch (Exception e) when (!ClientUtils.IsCriticalException(e)) 172catch (Exception e) when (!ClientUtils.IsCriticalException(e)) 209catch (Exception e) when (!ClientUtils.IsCriticalException(e))