[corlib] Avoid unnecessary ephemeron array resizes
[mono.git] / mcs / class / referencesource / System.Activities.Presentation / System.Activities.Presentation / System / Activities / Presentation / Base / Core / Internal / PropertyEditing / FromExpression / Framework / ExceptionStringTable.cs
1 // -------------------------------------------------------------------
2 // Copyright (c) Microsoft Corporation. All Rights Reserved.
3 // -------------------------------------------------------------------
4
5 //Cider comment:
6 // - Integration of Expression error messages. The actual resource strings are in Resources.resx
7 // - Rather than alter the classes we ported from Blend I created this file to redirect to Resources.resx
8
9
10 //From \\authoring\Sparkle\Source\1.0.1083.0\Common\Source\Framework\ExceptionStringTable.resx
11 namespace System.Activities.Presentation.Internal.PropertyEditing.FromExpression.Framework
12 {
13     internal class ExceptionStringTable
14     {
15         //FXCop compliance
16         private ExceptionStringTable()
17         {
18         }
19
20         internal static string CanOnlySetFocusScopePriorityOnAnElementThatIsAFocusScope
21         { get { return System.Activities.Presentation.Internal.Properties.Resources.FromExpression_CanOnlySetFocusScopePriorityOnAnElementThatIsAFocusScope; } }
22         internal static string CategoryIconLoadFailed
23         { get { return System.Activities.Presentation.Internal.Properties.Resources.FromExpression_CategoryIconLoadFailed; } }
24         internal static string CategoryEditorTypeLoadFailed
25         { get { return System.Activities.Presentation.Internal.Properties.Resources.FromExpression_CategoryEditorTypeLoadFailed; } }
26         internal static string MethodOrOperationIsNotImplemented
27         { get { return System.Activities.Presentation.Internal.Properties.Resources.FromExpression_MethodOrOperationIsNotImplemented; } }
28         internal static string NewItemFactoryIconLoadFailed
29         { get { return System.Activities.Presentation.Internal.Properties.Resources.FromExpression_NewItemFactoryIconLoadFailed; } }
30         internal static string NoConvertBackForValueToIconConverter
31         { get { return System.Activities.Presentation.Internal.Properties.Resources.FromExpression_NoConvertBackForValueToIconConverter; } }
32         internal static string SwitchConverterIsOneWay
33         { get { return System.Activities.Presentation.Internal.Properties.Resources.FromExpression_SwitchConverterIsOneWay; } }
34         internal static string UnexpectedImageSourceType
35         { get { return System.Activities.Presentation.Internal.Properties.Resources.FromExpression_UnexpectedImageSourceType; } }
36         internal static string UnexpectedDrawingType
37         { get { return System.Activities.Presentation.Internal.Properties.Resources.FromExpression_UnexpectedDrawingType; } }
38         internal static string UnexpectedBrushType
39         { get { return System.Activities.Presentation.Internal.Properties.Resources.FromExpression_UnexpectedBrushType; } }
40         internal static string ValueEditorLoadFailed
41         { get { return System.Activities.Presentation.Internal.Properties.Resources.FromExpression_ValueEditorLoadFailed; } }
42     }
43 }
44