20 references to Instance
System.Activities.Core.Presentation (20)
System\Activities\Core\Presentation\DelegateArgumentsValueEditor.cs (1)
19this.InlineEditorTemplate = EditorCategoryTemplateDictionary.Instance.GetCategoryTemplate("DelegateArguments_InlineTemplate");
System\Activities\Core\Presentation\FlowSwitchLinkCasePropertyEditor.cs (1)
17this.InlineEditorTemplate = (DataTemplate)EditorCategoryTemplateDictionary.Instance.GetCategoryTemplate("FlowSwitchLinkCase_InlineEditorTemplate");
System\Activities\Presentation\ActivityXRefPropertyEditor.cs (1)
14this.InlineEditorTemplate = EditorCategoryTemplateDictionary.Instance.GetCategoryTemplate("ActivityXRef_InlineEditorTemplate");
System\Activities\Presentation\ArgumentCollectionPropertyEditor.cs (1)
24this.InlineEditorTemplate = EditorCategoryTemplateDictionary.Instance.GetCategoryTemplate("ArgumentCollection_InlineTemplate");
System\Activities\Presentation\TypeCollectionPropertyEditor.cs (1)
30this.InlineEditorTemplate = EditorCategoryTemplateDictionary.Instance.GetCategoryTemplate("TypeCollection_InlineTemplate");
System\ServiceModel\Activities\Presentation\BindingPropertyValueEditor.cs (1)
14this.InlineEditorTemplate = EditorCategoryTemplateDictionary.Instance.GetCategoryTemplate("Binding_InlineEditorTemplate");
System\ServiceModel\Activities\Presentation\CorrelatesOnValueEditor.cs (2)
21this.InlineEditorTemplate = EditorCategoryTemplateDictionary.Instance.GetCategoryTemplate("CorrelatesOnDesigner_InlineTemplate"); 67var template = EditorCategoryTemplateDictionary.Instance.GetCategoryTemplate("CorrelatesOnDesigner_DialogTemplate");
System\ServiceModel\Activities\Presentation\CorrelationInitializerValueEditor.cs (1)
20this.InlineEditorTemplate = EditorCategoryTemplateDictionary.Instance.GetCategoryTemplate("CorrelationInitializer_InlineTemplate");
System\ServiceModel\Activities\Presentation\InitializeCorrelationDesigner.xaml.cs (1)
78this.InlineEditorTemplate = EditorCategoryTemplateDictionary.Instance.GetCategoryTemplate("CorrelationDataValueEditor_InlineTemplate");
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (2)
51var categoryAttribute = new CategoryAttribute(EditorCategoryTemplateDictionary.Instance.GetCategoryTitle(CorrelationsCategoryLabelKey)); 60categoryAttribute = new CategoryAttribute(EditorCategoryTemplateDictionary.Instance.GetCategoryTitle(MiscellaneousCategoryLabelKey));
System\ServiceModel\Activities\Presentation\ReceiveReplyDesigner.xaml.cs (2)
42var categoryAttribute = new CategoryAttribute(EditorCategoryTemplateDictionary.Instance.GetCategoryTitle(CorrelationsCategoryLabelKey)); 47categoryAttribute = new CategoryAttribute(EditorCategoryTemplateDictionary.Instance.GetCategoryTitle(MiscellaneousCategoryLabelKey));
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (3)
52var categoryAttribute = new CategoryAttribute(EditorCategoryTemplateDictionary.Instance.GetCategoryTitle(CorrelationsCategoryLabelKey)); 58categoryAttribute = new CategoryAttribute(EditorCategoryTemplateDictionary.Instance.GetCategoryTitle(EndpointCategoryLabelKey)); 64categoryAttribute = new CategoryAttribute(EditorCategoryTemplateDictionary.Instance.GetCategoryTitle(MiscellaneousCategoryLabelKey));
System\ServiceModel\Activities\Presentation\SendReplyDesigner.xaml.cs (2)
40var categoryAttribute = new CategoryAttribute(EditorCategoryTemplateDictionary.Instance.GetCategoryTitle(CorrelationsCategoryLabelKey)); 45categoryAttribute = new CategoryAttribute(EditorCategoryTemplateDictionary.Instance.GetCategoryTitle(MiscellaneousCategoryLabelKey));
System\ServiceModel\Presentation\ServiceDesigner.xaml.cs (1)
42var categoryAttribute = new CategoryAttribute(EditorCategoryTemplateDictionary.Instance.GetCategoryTitle(MiscellaneousCategoryLabelKey));