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