1 write to supportedTypes
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
40supportedTypes = new List<Type>();
3 references to supportedTypes
System.Activities.Presentation (3)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (3)
41supportedTypes.Add(typeof(System.Activities.Presentation.Expressions.ExpressionActivityEditor)); 42supportedTypes.Add(typeof(System.Activities.Presentation.Annotations.Annotation)); 120if (supportedTypes.Contains(xamlType.UnderlyingType))