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