1 write to supportedTypes
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
40supportedTypes = new List<Type>();
3 references to supportedTypes
System.Data (3)
cdf\src\NetFx40\Tools\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))