1 write to customXamlTypes
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
171this.customXamlTypes = new Dictionary<Type, XamlType>();
4 references to customXamlTypes
System.Data (4)
cdf\src\NetFx40\Tools\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;