1 write to customXamlTypes
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
171this.customXamlTypes = new Dictionary<Type, XamlType>();
4 references to customXamlTypes
System.Activities.Presentation (4)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (4)
148if (this.customXamlTypes != null && this.customXamlTypes.TryGetValue(type, out xamlType)) 169if (this.customXamlTypes == null) 173this.customXamlTypes[type] = xamlType;