1 write to customXamlTypes
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
171
this.
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)
148
if (this.
customXamlTypes
!= null && this.
customXamlTypes
.TryGetValue(type, out xamlType))
169
if (this.
customXamlTypes
== null)
173
this.
customXamlTypes
[type] = xamlType;